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