public interface GeoNodeType
The following features are supported:
StorePackage.getGeoNodeType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getDescription()
Returns the value of the 'Description' containment reference list.
|
double |
getDisplaySequence()
Returns the value of the 'Display Sequence' attribute.
|
GeoNodeIdentifierType |
getGeoNodeIdentifier()
Returns the value of the 'Geo Node Identifier' containment reference.
|
GeoNodeIdentifierType |
getParentGeoNodeIdentifier()
Returns the value of the 'Parent Geo Node Identifier' containment reference.
|
StoreIdentifierType |
getStoreIdentifier()
Returns the value of the 'Store Identifier' containment reference.
|
java.lang.String |
getType_()
Returns the value of the 'Type' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isSetDisplaySequence()
Returns whether the value of the '
Display Sequence ' attribute is set. |
boolean |
isSetTopGeoNode()
Returns whether the value of the '
Top Geo Node ' attribute is set. |
boolean |
isTopGeoNode()
Returns the value of the 'Top Geo Node' attribute.
|
void |
setDisplaySequence(double value)
Sets the value of the '
Display Sequence ' attribute. |
void |
setGeoNodeIdentifier(GeoNodeIdentifierType value)
Sets the value of the '
Geo Node Identifier ' containment reference. |
void |
setParentGeoNodeIdentifier(GeoNodeIdentifierType value)
Sets the value of the '
Parent Geo Node Identifier ' containment reference. |
void |
setStoreIdentifier(StoreIdentifierType value)
Sets the value of the '
Store Identifier ' containment reference. |
void |
setTopGeoNode(boolean value)
Sets the value of the '
Top Geo Node ' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetDisplaySequence()
Unsets the value of the '
Display Sequence ' attribute. |
void |
unsetTopGeoNode()
Unsets the value of the '
Top Geo Node ' attribute. |
GeoNodeIdentifierType getGeoNodeIdentifier()
setGeoNodeIdentifier(GeoNodeIdentifierType)
,
StorePackage.getGeoNodeType_GeoNodeIdentifier()
void setGeoNodeIdentifier(GeoNodeIdentifierType value)
Geo Node Identifier
' containment reference.
value
- the new value of the 'Geo Node Identifier' containment reference.getGeoNodeIdentifier()
StoreIdentifierType getStoreIdentifier()
If the meaning of the 'Store Identifier' containment reference isn't clear, there really should be more of a description here...
setStoreIdentifier(StoreIdentifierType)
,
StorePackage.getGeoNodeType_StoreIdentifier()
void setStoreIdentifier(StoreIdentifierType value)
Store Identifier
' containment reference.
value
- the new value of the 'Store Identifier' containment reference.getStoreIdentifier()
java.util.List getDescription()
GeoNodeDescriptionType
.
The geo node description.
StorePackage.getGeoNodeType_Description()
GeoNodeIdentifierType getParentGeoNodeIdentifier()
setParentGeoNodeIdentifier(GeoNodeIdentifierType)
,
StorePackage.getGeoNodeType_ParentGeoNodeIdentifier()
void setParentGeoNodeIdentifier(GeoNodeIdentifierType value)
Parent Geo Node Identifier
' containment reference.
value
- the new value of the 'Parent Geo Node Identifier' containment reference.getParentGeoNodeIdentifier()
UserDataType getUserData()
setUserData(UserDataType)
,
StorePackage.getGeoNodeType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
double getDisplaySequence()
isSetDisplaySequence()
,
unsetDisplaySequence()
,
setDisplaySequence(double)
,
StorePackage.getGeoNodeType_DisplaySequence()
void setDisplaySequence(double value)
Display Sequence
' attribute.
value
- the new value of the 'Display Sequence' attribute.isSetDisplaySequence()
,
unsetDisplaySequence()
,
getDisplaySequence()
void unsetDisplaySequence()
Display Sequence
' attribute.
boolean isSetDisplaySequence()
Display Sequence
' attribute is set.
unsetDisplaySequence()
,
getDisplaySequence()
,
setDisplaySequence(double)
boolean isTopGeoNode()
isSetTopGeoNode()
,
unsetTopGeoNode()
,
setTopGeoNode(boolean)
,
StorePackage.getGeoNodeType_TopGeoNode()
void setTopGeoNode(boolean value)
Top Geo Node
' attribute.
value
- the new value of the 'Top Geo Node' attribute.isSetTopGeoNode()
,
unsetTopGeoNode()
,
isTopGeoNode()
void unsetTopGeoNode()
Top Geo Node
' attribute.
isSetTopGeoNode()
,
isTopGeoNode()
,
setTopGeoNode(boolean)
boolean isSetTopGeoNode()
Top Geo Node
' attribute is set.
unsetTopGeoNode()
,
isTopGeoNode()
,
setTopGeoNode(boolean)
java.lang.String getType_()
setType(String)
,
StorePackage.getGeoNodeType_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType_()