Package net.opengis.fes20
Interface LiteralType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
LiteralTypeImpl
public interface LiteralType extends EObjectA representation of the model object 'Literal Type'.The following features are supported:
- See Also:
Fes20Package.getLiteralType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMapgetAny()Returns the value of the 'Any' attribute list.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.QNamegetType()Returns the value of the 'Type' attribute.voidsetType(QName value)Sets 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:
Fes20Package.getLiteralType_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:
Fes20Package.getLiteralType_Any()
-
getType
QName getType()
Returns the value of the 'Type' attribute.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:
setType(QName),Fes20Package.getLiteralType_Type()
-
-