|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.jsdl.model.posix.util.PosixSwitch
public class PosixSwitch
The Switch for the model's inheritance hierarchy.
It supports the call doSwitch(object)
to invoke the caseXXX method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
PosixPackage| Constructor Summary | |
|---|---|
PosixSwitch()
Creates an instance of the switch |
|
| Method Summary | |
|---|---|
java.lang.Object |
caseArgumentType(ArgumentType object)
Returns the result of interpreting the object as an instance of 'Argument Type' |
java.lang.Object |
caseDirectoryNameType(DirectoryNameType object)
Returns the result of interpreting the object as an instance of 'Directory Name Type' |
java.lang.Object |
caseDocumentRoot(DocumentRoot object)
Returns the result of interpreting the object as an instance of 'Document Root' |
java.lang.Object |
caseEnvironmentType(EnvironmentType object)
Returns the result of interpreting the object as an instance of 'Environment Type' |
java.lang.Object |
caseFileNameType(FileNameType object)
Returns the result of interpreting the object as an instance of 'File Name Type' |
java.lang.Object |
caseGroupNameType(GroupNameType object)
Returns the result of interpreting the object as an instance of 'Group Name Type' |
java.lang.Object |
caseLimitsType(LimitsType object)
Returns the result of interpreting the object as an instance of 'Limits Type' |
java.lang.Object |
casePOSIXApplicationType(POSIXApplicationType object)
Returns the result of interpreting the object as an instance of 'POSIX Application Type' |
java.lang.Object |
caseUserNameType(UserNameType object)
Returns the result of interpreting the object as an instance of 'User Name Type' |
java.lang.Object |
defaultCase(EObject object)
Returns the result of interpreting the object as an instance of 'EObject' |
java.lang.Object |
doSwitch(EObject theEObject)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PosixSwitch()
| Method Detail |
|---|
public java.lang.Object doSwitch(EObject theEObject)
caseXXX for each class of the model until one returns a non null result; it yields that result.
caseXXX call.public java.lang.Object caseArgumentType(ArgumentType object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object caseDirectoryNameType(DirectoryNameType object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object caseDocumentRoot(DocumentRoot object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object caseEnvironmentType(EnvironmentType object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object caseFileNameType(FileNameType object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object caseGroupNameType(GroupNameType object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object caseLimitsType(LimitsType object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object casePOSIXApplicationType(POSIXApplicationType object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object caseUserNameType(UserNameType object)
object - the target of the switch.
doSwitch(EObject)public java.lang.Object defaultCase(EObject object)
object - the target of the switch.
#doSwitch(org.eclipse.emf.ecore.EObject)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||