public class LabelFunctions
extends java.lang.Object
| Constructor and Description |
|---|
LabelFunctions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnumerationLiteralLabel(ExecutionContext ctx,
EnumerationImpl enumeration)
Returns the label of the given enumeration literal.
|
java.lang.String |
getPropertyLabel(ExecutionContext ctx,
Property property)
Returns the label of the given property.
|
java.lang.String |
getTypeLabel(ExecutionContext ctx,
Type type)
Returns the label of the given type.
|
public java.lang.String getTypeLabel(ExecutionContext ctx, Type type) throws ErrorException
ctx - type - ErrorExceptionpublic java.lang.String getEnumerationLiteralLabel(ExecutionContext ctx, EnumerationImpl enumeration) throws ErrorException
ctx - enumeration - ErrorExceptionpublic java.lang.String getPropertyLabel(ExecutionContext ctx, Property property) throws ErrorException
ctx - property - ErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.