Class ClassEndpoint
A class from source code.
Import path
import modeling.ModelEditorDirect supertypes
Predicates
| getClass | Gets the name of the class in which this endpoint is found, or the empty string if it is not found inside a class. |
| getFunctionName | Gets the name of the endpoint if it is not a class, or the empty string if it is a class |
| getKind | Gets the kind of this endpoint. See |
| getParameters | Gets a string representation of the parameters of this endpoint. |
| getSupportedStatus | Gets a boolean that is true iff this endpoint is supported by existing modeling. |
| getSupportedType | Gets a string that describes the type of support detected this endpoint. |
Inherited predicates
| getFileName | Gets hte basename of the file where this endpoint is found. | from Endpoint |
| getLocation | Gets the location of this endpoint. | from Endpoint |
| getNamespace | Gets the namespace for this endpoint. This will typically be the package in which it is found. | from Endpoint |
| toString | Gets a string representation of this endpoint. | from Endpoint |