|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
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. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getName()
getNameValue()
java.lang.String getValue()
getNameValue()
NameValuePair getNameValue()
setNameValue(NameValuePair)
,
DesignPackage.getProperty_NameValue()
void setNameValue(NameValuePair value)
Name Value
' containment reference.
value
- the new value of the 'Name Value' containment reference.getNameValue()
void setNameValue(java.lang.String name, java.lang.String value)
Name Value
' containment reference
with the pair values.
name
- value
- setNameValue(NameValuePair)
PropertyAttributes getDesignAttributes()
setDesignAttributes(PropertyAttributes)
,
DesignPackage.getProperty_DesignAttributes()
void setDesignAttributes(PropertyAttributes value)
Design Attributes
' containment reference.
value
- the new value of the 'Design Attributes' containment reference.getDesignAttributes()
boolean isEditable()
getDesignAttributes()
boolean isMaskedValue()
getDesignAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |