Package net.opengis.gml
Interface StringOrRefType
- All Superinterfaces:
- EObject,- Notifier
- All Known Implementing Classes:
- StringOrRefTypeImpl
public interface StringOrRefType
extends EObject
 A representation of the model object 'String Or Ref Type'.
 
 
 
 This type is available wherever there is a need for a "text" type property. It is of string type, so the text can be included inline, but the value can also be referenced remotely via xlinks from the AssociationAttributeGroup. If the remote reference is present, then the value obtained by traversing the link should be used, and the string content of the element can be used for an annotation.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Actuate' attribute.Returns the value of the 'Arcrole' attribute.getHref()Returns the value of the 'Href' attribute.Returns the value of the 'Remote Schema' attribute.getRole()Returns the value of the 'Role' attribute.getShow()Returns the value of the 'Show' attribute.getTitle()Returns the value of the 'Title' attribute.getType()Returns the value of the 'Type' attribute.getValue()Returns the value of the 'Value' attribute.booleanReturns whether the value of the 'Actuate' attribute is set.booleanReturns whether the value of the 'Show' attribute is set.booleanReturns whether the value of the 'Type' attribute is set.voidsetActuate(ActuateType value) Sets the value of the 'Actuate' attribute.voidsetArcrole(String value) Sets the value of the 'Arcrole' attribute.voidSets the value of the 'Href' attribute.voidsetRemoteSchema(String value) Sets the value of the 'Remote Schema' attribute.voidSets the value of the 'Role' attribute.voidSets the value of the 'Show' attribute.voidSets the value of the 'Title' attribute.voidSets the value of the 'Type' attribute.voidSets the value of the 'Value' attribute.voidUnsets the value of the 'Actuate' attribute.voidUnsets the value of the 'Show' attribute.voidUnsets the value of the 'Type' attribute.Methods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getValueString getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Value' attribute.
- See Also:
 
- 
setValueSets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
 
- 
getActuateActuateType getActuate()Returns the value of the 'Actuate' attribute. The default value is"onLoad". 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:
 
- 
setActuateSets the value of the 'Actuate' attribute.- Parameters:
- value- the new value of the 'Actuate' attribute.
- See Also:
 
- 
unsetActuatevoid unsetActuate()Unsets the value of the 'Actuate' attribute.
- 
isSetActuateboolean isSetActuate()Returns whether the value of the 'Actuate' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
 
- 
getArcroleString 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:
 
- 
setArcroleSets the value of the 'Arcrole' attribute.- Parameters:
- value- the new value of the 'Arcrole' attribute.
- See Also:
 
- 
getHrefString 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:
 
- 
setHrefSets the value of the 'Href' attribute.- Parameters:
- value- the new value of the 'Href' attribute.
- See Also:
 
- 
getRemoteSchemaString getRemoteSchema()Returns the value of the 'Remote Schema' attribute. Reference to an XML Schema fragment that specifies the content model of the property's value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.- Returns:
- the value of the 'Remote Schema' attribute.
- See Also:
 
- 
setRemoteSchemaSets the value of the 'Remote Schema' attribute.- Parameters:
- value- the new value of the 'Remote Schema' attribute.
- See Also:
 
- 
getRoleString 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:
 
- 
setRoleSets the value of the 'Role' attribute.- Parameters:
- value- the new value of the 'Role' attribute.
- See Also:
 
- 
getShowShowType getShow()Returns the value of the 'Show' attribute. The default value is"new". 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:
 
- 
setShowSets the value of the 'Show' attribute.- Parameters:
- value- the new value of the 'Show' attribute.
- See Also:
 
- 
unsetShowvoid unsetShow()Unsets the value of the 'Show' attribute.- See Also:
 
- 
isSetShowboolean isSetShow()Returns whether the value of the 'Show' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
 
- 
getTitleString 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:
 
- 
setTitleSets the value of the 'Title' attribute.- Parameters:
- value- the new value of the 'Title' attribute.
- See Also:
 
- 
getTypeString 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:
 
- 
setTypeSets the value of the 'Type' attribute.- Parameters:
- value- the new value of the 'Type' attribute.
- See Also:
 
- 
unsetTypevoid unsetType()Unsets the value of the 'Type' attribute.- See Also:
 
- 
isSetTypeboolean isSetType()Returns whether the value of the 'Type' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
 
 
-