Package com.walkfares.odsl.var.type
Class DeclaredAttribute
java.lang.Object
com.walkfares.odsl.var.type.DeclaredAttribute
- Direct Known Subclasses:
DeclaredConstraint,DeclaredExpression,DeclaredMethod,DeclaredProperty,DeclaredSmartData
public class DeclaredAttribute extends Object
-
Constructor Summary
Constructors Constructor Description DeclaredAttribute() -
Method Summary
Modifier and Type Method Description StringgetDisplayName()StringgetErrorText()StringgetName()StringgetType()DeclaredAttributesetDisplayName(String displayName)DeclaredAttributesetErrorText(String errorText)DeclaredAttributesetName(String name)DeclaredAttributesetType(String type)
-
Constructor Details
-
DeclaredAttribute
public DeclaredAttribute()
-
-
Method Details