|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyAttributes
The attributes of a property.
The following features are supported:
DesignPackage.getPropertyAttributes()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute. |
InputElementAttributes |
getElementAttributes()
Returns the value of the 'Element Attributes' containment reference. |
boolean |
isDerivedMetaData()
Returns the value of the 'Derived Meta Data' attribute. |
boolean |
isSetDerivedMetaData()
Returns whether the value of the ' Derived Meta Data ' attribute is set. |
void |
setDerivedMetaData(boolean value)
Sets the value of the ' Derived Meta Data ' attribute. |
void |
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name ' attribute. |
void |
setElementAttributes(InputElementAttributes value)
Sets the value of the ' Element Attributes ' containment reference. |
void |
unsetDerivedMetaData()
Unsets the value of the ' Derived Meta Data ' attribute. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getDisplayName()
setDisplayName(String)
,
DesignPackage.getPropertyAttributes_DisplayName()
void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
InputElementAttributes getElementAttributes()
setElementAttributes(InputElementAttributes)
,
DesignPackage.getPropertyAttributes_ElementAttributes()
void setElementAttributes(InputElementAttributes value)
Element Attributes
' containment reference.
value
- the new value of the 'Element Attributes' containment reference.getElementAttributes()
boolean isDerivedMetaData()
"true"
.
If the property metadata can be derived, i.e. can be obtained by an ODA driver in each design session, an ODA host designer is not required to include the derived metadata in the next design session request. An ODA designer may ignore such metadata in a Request.
isSetDerivedMetaData()
,
unsetDerivedMetaData()
,
setDerivedMetaData(boolean)
,
DesignPackage.getPropertyAttributes_DerivedMetaData()
void setDerivedMetaData(boolean value)
Derived Meta Data
' attribute.
value
- the new value of the 'Derived Meta Data' attribute.isSetDerivedMetaData()
,
unsetDerivedMetaData()
,
isDerivedMetaData()
void unsetDerivedMetaData()
Derived Meta Data
' attribute.
isSetDerivedMetaData()
,
isDerivedMetaData()
,
setDerivedMetaData(boolean)
boolean isSetDerivedMetaData()
Derived Meta Data
' attribute is set.
unsetDerivedMetaData()
,
isDerivedMetaData()
,
setDerivedMetaData(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |