|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The property of a data design component.
The following features are supported:
DesignPackage.getProperty()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
PropertyAttributes |
getDesignAttributes()
Returns the value of the 'Design Attributes' containment reference. |
java.lang.String |
getName()
Returns the name of the 'Name Value' containment reference. |
NameValuePair |
getNameValue()
Returns the value of the 'Name Value' containment reference. |
java.lang.String |
getValue()
Returns the value of the 'Name Value' containment reference. |
boolean |
isEditable()
A convenience method to indicate whether this property value is editable or read-only in a host designer. |
boolean |
isMaskedValue()
A convenience method to indicate whether the property's input value should be masked or encrypted in persistent store and any UI display. |
void |
setDesignAttributes(PropertyAttributes value)
Sets the value of the ' Design Attributes ' containment reference. |
void |
setNameValue(NameValuePair value)
Sets the value of the ' Name Value ' containment reference. |
void |
setNameValue(java.lang.String name,
java.lang.String value)
Sets the value of the ' Name Value ' containment reference
with the pair values. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public java.lang.String getName()
getNameValue()
public java.lang.String getValue()
getNameValue()
public NameValuePair getNameValue()
setNameValue(NameValuePair)
,
DesignPackage.getProperty_NameValue()
public void setNameValue(NameValuePair value)
Name Value
' containment reference.
value
- the new value of the 'Name Value' containment reference.getNameValue()
public void setNameValue(java.lang.String name, java.lang.String value)
Name Value
' containment reference
with the pair values.
name
- value
- setNameValue(NameValuePair)
public PropertyAttributes getDesignAttributes()
setDesignAttributes(PropertyAttributes)
,
DesignPackage.getProperty_DesignAttributes()
public void setDesignAttributes(PropertyAttributes value)
Design Attributes
' containment reference.
value
- the new value of the 'Design Attributes' containment reference.getDesignAttributes()
public boolean isEditable()
getDesignAttributes()
public boolean isMaskedValue()
getDesignAttributes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |