- getAbstractions() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Those abstraction dependencies for which this classifier is the client.
- getAllAssociatedClasses() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Lists all classes associated to this one and any ancestor classes (through generalization).
- getAllGeneralizations() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
All generalizations for this generalizable element, goes up the inheritance tree.
- getAllProperties() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
A collection containing all 'properties' of the classifier and its ancestors.
- getAllRequiredConstructorParameters() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
A collection containing all required and/or read-only 'properties' of the classifier and its
ancestors.
- getAllSpecializations() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
All specializations (travels down the inheritance hierarchy).
- getArray() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the array type for this classifier.
- getArrayName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The name of the classifier as an array.
- getAssociatedClasses() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Lists the classes associated to this one, there is no repitition of classes.
- getAssociationEnds() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the association ends belonging to a classifier.
- getAttributes() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the attributes that belong to the classifier.
- getAttributes(boolean) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets all attributes for the classifier and if 'follow' is true goes up the inheritance
hierarchy and gets the attributes from the super classes as well.
- getBindedFullyQualifiedName(ModelElementFacade) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns the fully qualified name of the model element.
- getConstraints() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets all constraints belonging to the model element.
- getConstraints(String) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns the constraints of the argument kind that have been placed onto this model.
- getDate(String) - Static method in class org.andromda.cartridges.java.JavaUtils
-
Returns the current Date in the specified format.
- getDate() - Static method in class org.andromda.cartridges.java.JavaUtils
-
Returns the current Date in the specified format.
- getDocumentation(String) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the documentation for the model element, The indent argument is prefixed to each line.
- getDocumentation(String, int) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
- getDocumentation(String, int, boolean) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
- getFullyQualifiedArrayName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The fully qualified name of the classifier as an array.
- getFullyQualifiedInterfaceImplementationName() - Method in interface org.andromda.cartridges.java.metafacades.JavaClass
-
The fully qualified inteface implementation name.
- getFullyQualifiedInterfaceImplementationName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The fully qualified inteface implementation name.
- getFullyQualifiedName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The fully qualified name of this model element.
- getFullyQualifiedName(boolean) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns the fully qualified name of the model element.
- getFullyQualifiedNamePath() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns the fully qualified name as a path, the returned value always starts with out a slash
'/'.
- getGeneralization() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the direct generalization for this generalizable element.
- getGeneralizationLinks() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the actual links that this generalization element is part of (it plays either the
specialization or generalization).
- getGeneralizationList() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
A comma separated list of the fully qualified names of all generalizations.
- getGeneralizationRoot() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The element found when you recursively follow the generalization path up to the root.
- getGeneralizations() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Return all generalizations (ancestors) from this generalizable element.
- getId() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the unique identifier of the underlying model element.
- getImplementationOperations() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns all those operations that could be implemented at this classifier's level.
- getImplementedInterfaceList() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
A comma separated list of the fully qualified names of all implemented interfaces.
- getInstanceAttributes() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Those attributes that are scoped to an instance of this class.
- getInstanceOperations() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Those operations that are scoped to an instance of this class.
- getInterfaceAbstractions() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Those interfaces that are abstractions of this classifier, this basically means this
classifier realizes them.
- getInterfaceImplementationName() - Method in interface org.andromda.cartridges.java.metafacades.JavaClass
-
The name of the interface implementation.
- getInterfaceImplementationName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The name of the interface implementation.
- getJavaNewString() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
A String representing a new Constructor declaration for this classifier type to be used in a
Java environment.
- getJavaNullString() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
A String representing the null-value for this classifier type to be used in a Java
environment.
- getJDKVersion() - Static method in class org.andromda.cartridges.java.JavaUtils
-
Returns the current JDK version.
- getKeywords() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
UML2: Retrieves the keywords for this element.
- getLabel() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
UML2: Retrieves a localized label for this named element.
- getLanguageMappings() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The language mappings that have been set for this model element.
- getModel() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Return the model containing this model element (multiple models may be loaded and processed
at the same time).
- getName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The name of the model element.
- getName(boolean) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogicImpl
-
If WebFault stereotype, change name from XXException to XXFault.
- getNavigableConnectingEnds() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The other ends of this classifier's association ends which are navigable.
- getNavigableConnectingEnds(boolean) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Get the other ends of this classifier's association ends which are navigable and if 'follow'
is true goes up the inheritance hierarchy and gets the super association ends as well.
- getNonArray() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Assuming that the classifier is an array, this will return the non array type of the
classifier from
the model.
- getOperationCallFromAttributes() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The attributes from this classifier in the form of an operation call (this example would be
in Java): '(String attributeOne, String attributeTwo).
- getOperations() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The operations owned by this classifier.
- getPackage() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the package to which this model element belongs.
- getPackageName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The name of this model element's package.
- getPackageName(boolean) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the package name (optionally providing the ability to retrieve the model name and not
the mapped name).
- getPackagePath() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns the package as a path, the returned value always starts with out a slash '/'.
- getProperties() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
A collection containing all 'properties' of the classifier.
- getProperties(boolean) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets all properties (attributes and navigable association ends) for the classifier and if
'follow' is true goes up the inheritance hierarchy and gets the properties from the super
classes as well.
- getQualifiedName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
UML2: Returns the value of the 'Qualified Name' attribute.
- getRequiredConstructorParameters() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
A collection containing all required and/or read-only 'properties' of the classifier.
- getRootPackage() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the root package for the model element.
- getSerialVersionUID() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns the serial version UID of the underlying model element.
- getSourceDependencies() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the dependencies for which this model element is the source.
- getSpecializations() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the direct specializations (i.e.
- getStateMachineContext() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
If this model element is the context of an activity graph, this represents that activity
graph.
- getStaticAttributes() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Those attributes that are scoped to the definition of this class.
- getStaticOperations() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Those operations that are scoped to the definition of this class.
- getStereotypeNames() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The collection of ALL stereotype names for this model element.
- getStereotypes() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets all stereotypes for this model element.
- getSuperClass() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
This class' superclass, returns the generalization if it is a ClassifierFacade, null
otherwise.
- getTaggedValues() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Return the TaggedValues associated with this model element, under all stereotypes.
- getTargetDependencies() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Gets the dependencies for which this model element is the target.
- getTemplateParameter(String) - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Get the template parameter for this model element having the parameterName
- getTemplateParameters() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Get the template parameters for this model element
- getType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogicImpl
-
UML22 implementation for TemplateParameter logic
- getValidationName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
- getValidationOwner() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
- getVisibility() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The visibility (i.e.
- getWrapperName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
The wrapper name for this classifier if a mapped type has a defined wrapper class (ie.
- initialize() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
- INTERFACE_IMPLEMENTATION_NAME_PATTERN - Static variable in class org.andromda.cartridges.java.metafacades.JavaGlobals
-
The property that stores the interface implementation name.
- isAbstract() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if this classifier is 'abstract'.
- isAbstractInterfaceImplementation() - Method in interface org.andromda.cartridges.java.metafacades.JavaClass
-
Whether or not the inteface implementation should be an abstract class.
- isAbstractInterfaceImplementation() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Whether or not the inteface implementation should be an abstract class.
- isArrayType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if this classifier represents an array type.
- isAssociationClass() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if the ClassifierFacade is an AssociationClass.
- isBindingDependenciesPresent() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if there are target dependencies from this element that are instances of BindingFacade.
- isBlobType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns true if this type represents a Blob type.
- isBooleanType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if this type represents a boolean type or not.
- isCharacterType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if this type represents a char, Character, or java.lang.Character type or not.
- isClassifierFacadeMetaType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
- isClobType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns true if this type represents a Clob type.
- isCollectionType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if this classifier represents a collection type.
- isConstraintsPresent() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if any constraints are present on this model element.
- isDataType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True/false depending on whether or not this classifier represents a datatype.
- isDateType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True when this classifier is a date type.
- isDocumentationPresent() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if any documentation is present on this model element.
- isDoubleType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if this type represents a Double type or not.
- isEmbeddedValue() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates whether or not this classifier represents an "EmbeddedValue'.
- isEnumeration() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if this classifier is in fact marked as an enumeration.
- isFileType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns true if this type represents a 'file' type.
- isFloatType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if this type represents a Float type or not.
- isGeneralizableElementFacadeMetaType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
- isIntegerType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if this type represents an int or Integer or java.lang.Integer type or not.
- isInterface() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True/false depending on whether or not this Classifier represents an interface.
- isJavaClassMetaType() - Method in interface org.andromda.cartridges.java.metafacades.JavaClass
-
Indicates the metafacade type (used for metafacade mappings).
- isJavaClassMetaType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
- isLeaf() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if this classifier cannot be extended and represent a leaf in the inheritance tree.
- isListType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if this classifier represents a list type.
- isLongType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates if this type represents a Long type or not.
- isMapType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates whether or not this classifier represents a Map type.
- isModelElementFacadeMetaType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
- isPrimitive() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates whether or not this classifier represents a primitive type.
- isReservedWord() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
- isSetType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if this classifier represents a set type.
- isStringType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates whether or not this classifier represents a string type.
- isTemplateParametersPresent() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True is there are template parameters on this model element.
- isTimeType() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Indicates whether or not this classifier represents a time type.
- isValidIdentifierName() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
- isWrappedPrimitive() - Method in class org.andromda.cartridges.java.metafacades.JavaClassLogic
-
Returns true if this type is a wrapped primitive type.