|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a business attribute value defined in the Configuration Layer.
For instance, if the parent business attribute's type is Media Type
,
this business attribute value can contain the email
value.
BusinessAttribute.getValues()
Method Summary | |
java.util.Map |
getAnnex()
Returns the Annex options specified for this business attribute value. |
java.lang.String |
getDescription()
Returns the value's description. |
java.lang.String |
getDisplayName()
Returns the value's display name. |
java.lang.String |
getName()
Returns the value's name. |
BusinessAttribute |
getParent()
Returns the business attribute to which this value belongs. |
boolean |
isDefault()
Returns true if this value is the default value of the parent business attribute. |
Method Detail |
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getDisplayName()
public java.util.Map getAnnex()
Annex
options specified for this business attribute value.
Map
, where the key is a String
for a section name, and the value is a second-level Map
of options.
Map
, the key is a String
for
an option name and
the value is a String
for the corresponding option value.public BusinessAttribute getParent()
public boolean isDefault()
true
if this value is the default value of the parent business attribute.
true
if this business attribute value is a default value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |