| |||||
Previous Next |
All types defined in the business model (type or enumeration) or pre-defined within Xion (as collections), have a type. This type is an instance of the Xion type called OclType.
Operation Summary | |
Set | allInstances The set of all instances of this type, and all its subtypes in existence at the snapshot at the time that the expression is evaluated. |
Set | associationEnds The set of names of the navigable association ends of this type. |
Set | attributes The set of names of the atttributes of this type. |
OclAny | fromParam(String parameterName) Retreives a GET or POST parameter thanks to its name. |
String | name The name of this type. |
Set | operations The set of names of the operations of this type. |
String | toString A character string giving the qualified name of the type. |
Operations inherited from type OclAny |
=, <>, oclAsType, oclIsKindOf, oclIsTypeOf |
Operations Detail |
public String name
public Set attributes
public Set associationEnds
public Set operations
public Set allInstances
public String toString
public OclAny fromParam(String parameterName)
| |||||
Previous Next |