Interface MemberPropertyType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
MemberPropertyTypeImpl
public interface MemberPropertyType extends EObject
A representation of the model object 'Member Property Type'.The following features are supported:
- See Also:
Wfs20Package.getMemberPropertyType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActuateType
getActuate()
Returns the value of the 'Actuate' attribute.FeatureMap
getAny()
Returns the value of the 'Any' attribute list.String
getArcrole()
Returns the value of the 'Arcrole' attribute.String
getHref()
Returns the value of the 'Href' attribute.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.String
getRole()
Returns the value of the 'Role' attribute.ShowType
getShow()
Returns the value of the 'Show' attribute.SimpleFeatureCollectionType
getSimpleFeatureCollection()
Returns the value of the 'Simple Feature Collection' containment reference.FeatureMap
getSimpleFeatureCollectionGroup()
Returns the value of the 'Simple Feature Collection Group' attribute list.Object
getState()
Returns the value of the 'State' attribute.String
getTitle()
Returns the value of the 'Title' attribute.TupleType
getTuple()
Returns the value of the 'Tuple' containment reference.String
getType()
Returns the value of the 'Type' attribute.boolean
isSetActuate()
Returns whether the value of the 'Actuate
' attribute is set.boolean
isSetShow()
Returns whether the value of the 'Show
' attribute is set.boolean
isSetType()
Returns whether the value of the 'Type
' attribute is set.void
setActuate(ActuateType value)
Sets the value of the 'Actuate
' attribute.void
setArcrole(String value)
Sets the value of the 'Arcrole
' attribute.void
setHref(String value)
Sets the value of the 'Href
' attribute.void
setRole(String value)
Sets the value of the 'Role
' attribute.void
setShow(ShowType value)
Sets the value of the 'Show
' attribute.void
setSimpleFeatureCollection(SimpleFeatureCollectionType value)
Sets the value of the 'Simple Feature Collection
' containment reference.void
setState(Object value)
Sets the value of the 'State
' attribute.void
setTitle(String value)
Sets the value of the 'Title
' attribute.void
setTuple(TupleType value)
Sets the value of the 'Tuple
' containment reference.void
setType(String value)
Sets the value of the 'Type
' attribute.void
unsetActuate()
Unsets the value of the 'Actuate
' attribute.void
unsetShow()
Unsets the value of the 'Show
' attribute.void
unsetType()
Unsets the value of the 'Type
' attribute.
-
-
-
Method Detail
-
getMixed
FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Wfs20Package.getMemberPropertyType_Mixed()
-
getAny
FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any' attribute list.
- See Also:
Wfs20Package.getMemberPropertyType_Any()
-
getTuple
TupleType getTuple()
Returns the value of the 'Tuple' containment reference.If the meaning of the 'Tuple' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Tuple' containment reference.
- See Also:
setTuple(TupleType)
,Wfs20Package.getMemberPropertyType_Tuple()
-
setTuple
void setTuple(TupleType value)
Sets the value of the 'Tuple
' containment reference.- Parameters:
value
- the new value of the 'Tuple' containment reference.- See Also:
getTuple()
-
getSimpleFeatureCollectionGroup
FeatureMap getSimpleFeatureCollectionGroup()
Returns the value of the 'Simple Feature Collection Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Simple Feature Collection Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Simple Feature Collection Group' attribute list.
- See Also:
Wfs20Package.getMemberPropertyType_SimpleFeatureCollectionGroup()
-
getSimpleFeatureCollection
SimpleFeatureCollectionType getSimpleFeatureCollection()
Returns the value of the 'Simple Feature Collection' containment reference.If the meaning of the 'Simple Feature Collection' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Simple Feature Collection' containment reference.
- See Also:
setSimpleFeatureCollection(SimpleFeatureCollectionType)
,Wfs20Package.getMemberPropertyType_SimpleFeatureCollection()
-
setSimpleFeatureCollection
void setSimpleFeatureCollection(SimpleFeatureCollectionType value)
Sets the value of the 'Simple Feature Collection
' containment reference.- Parameters:
value
- the new value of the 'Simple Feature Collection' containment reference.- See Also:
getSimpleFeatureCollection()
-
getActuate
ActuateType getActuate()
Returns the value of the 'Actuate' attribute. The literals are from the enumerationActuateType
. The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows: onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained- Returns:
- the value of the 'Actuate' attribute.
- See Also:
ActuateType
,isSetActuate()
,unsetActuate()
,setActuate(ActuateType)
,Wfs20Package.getMemberPropertyType_Actuate()
-
setActuate
void setActuate(ActuateType value)
Sets the value of the 'Actuate
' attribute.- Parameters:
value
- the new value of the 'Actuate' attribute.- See Also:
ActuateType
,isSetActuate()
,unsetActuate()
,getActuate()
-
unsetActuate
void unsetActuate()
Unsets the value of the 'Actuate
' attribute.- See Also:
isSetActuate()
,getActuate()
,setActuate(ActuateType)
-
isSetActuate
boolean isSetActuate()
Returns whether the value of the 'Actuate
' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
unsetActuate()
,getActuate()
,setActuate(ActuateType)
-
getArcrole
String getArcrole()
Returns the value of the 'Arcrole' attribute.If the meaning of the 'Arcrole' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
setArcrole(String)
,Wfs20Package.getMemberPropertyType_Arcrole()
-
setArcrole
void setArcrole(String value)
Sets the value of the 'Arcrole
' attribute.- Parameters:
value
- the new value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
getHref
String getHref()
Returns the value of the 'Href' attribute.If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Href' attribute.
- See Also:
setHref(String)
,Wfs20Package.getMemberPropertyType_Href()
-
setHref
void setHref(String value)
Sets the value of the 'Href
' attribute.- Parameters:
value
- the new value of the 'Href' attribute.- See Also:
getHref()
-
getRole
String getRole()
Returns the value of the 'Role' attribute.If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role' attribute.
- See Also:
setRole(String)
,Wfs20Package.getMemberPropertyType_Role()
-
setRole
void setRole(String value)
Sets the value of the 'Role
' attribute.- Parameters:
value
- the new value of the 'Role' attribute.- See Also:
getRole()
-
getShow
ShowType getShow()
Returns the value of the 'Show' attribute. The literals are from the enumerationShowType
. The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation context replace - load the resource in the same window, frame, pane, or other presentation context embed - load ending resource in place of the presentation of the starting resource other - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained- Returns:
- the value of the 'Show' attribute.
- See Also:
ShowType
,isSetShow()
,unsetShow()
,setShow(ShowType)
,Wfs20Package.getMemberPropertyType_Show()
-
setShow
void setShow(ShowType value)
Sets the value of the 'Show
' attribute.- Parameters:
value
- the new value of the 'Show' attribute.- See Also:
ShowType
,isSetShow()
,unsetShow()
,getShow()
-
unsetShow
void unsetShow()
Unsets the value of the 'Show
' attribute.- See Also:
isSetShow()
,getShow()
,setShow(ShowType)
-
isSetShow
boolean isSetShow()
Returns whether the value of the 'Show
' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
unsetShow()
,getShow()
,setShow(ShowType)
-
getState
Object getState()
Returns the value of the 'State' attribute.If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'State' attribute.
- See Also:
setState(Object)
,Wfs20Package.getMemberPropertyType_State()
-
setState
void setState(Object value)
Sets the value of the 'State
' attribute.- Parameters:
value
- the new value of the 'State' attribute.- See Also:
getState()
-
getTitle
String getTitle()
Returns the value of the 'Title' attribute.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' attribute.
- See Also:
setTitle(String)
,Wfs20Package.getMemberPropertyType_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getType
String getType()
Returns the value of the 'Type' attribute. The default value is"simple"
.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
isSetType()
,unsetType()
,setType(String)
,Wfs20Package.getMemberPropertyType_Type()
-
setType
void setType(String value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
isSetType()
,unsetType()
,getType()
-
unsetType
void unsetType()
Unsets the value of the 'Type
' attribute.- See Also:
isSetType()
,getType()
,setType(String)
-
isSetType
boolean isSetType()
Returns whether the value of the 'Type
' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
unsetType()
,getType()
,setType(String)
-
-