Uses of Class
net.opengis.wfs.AllSomeType
-
Packages that use AllSomeType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of AllSomeType in net.opengis.wfs
Fields in net.opengis.wfs declared as AllSomeType Modifier and Type Field Description static AllSomeType
AllSomeType. ALL_LITERAL
The 'ALL' literal object.static AllSomeType
AllSomeType. SOME_LITERAL
The 'SOME' literal object.Methods in net.opengis.wfs that return AllSomeType Modifier and Type Method Description static AllSomeType
AllSomeType. get(int value)
Returns the 'All Some Type' literal with the specified integer value.static AllSomeType
AllSomeType. get(String literal)
Returns the 'All Some Type' literal with the specified literal value.static AllSomeType
AllSomeType. getByName(String name)
Returns the 'All Some Type' literal with the specified name.AllSomeType
LockFeatureType. getLockAction()
Returns the value of the 'Lock Action' attribute.AllSomeType
TransactionType. getReleaseAction()
Returns the value of the 'Release Action' attribute.Methods in net.opengis.wfs with parameters of type AllSomeType Modifier and Type Method Description void
LockFeatureType. setLockAction(AllSomeType value)
Sets the value of the 'Lock Action
' attribute.void
TransactionType. setReleaseAction(AllSomeType value)
Sets the value of the 'Release Action
' attribute. -
Uses of AllSomeType in net.opengis.wfs.impl
Fields in net.opengis.wfs.impl declared as AllSomeType Modifier and Type Field Description protected static AllSomeType
LockFeatureTypeImpl. LOCK_ACTION_EDEFAULT
The default value of the 'Lock Action
' attribute.protected AllSomeType
LockFeatureTypeImpl. lockAction
The cached value of the 'Lock Action
' attribute.protected static AllSomeType
TransactionTypeImpl. RELEASE_ACTION_EDEFAULT
The default value of the 'Release Action
' attribute.protected AllSomeType
TransactionTypeImpl. releaseAction
The cached value of the 'Release Action
' attribute.Methods in net.opengis.wfs.impl that return AllSomeType Modifier and Type Method Description AllSomeType
WfsFactoryImpl. createAllSomeTypeFromString(EDataType eDataType, String initialValue)
AllSomeType
LockFeatureTypeImpl. getLockAction()
AllSomeType
TransactionTypeImpl. getReleaseAction()
Methods in net.opengis.wfs.impl with parameters of type AllSomeType Modifier and Type Method Description void
LockFeatureTypeImpl. setLockAction(AllSomeType newLockAction)
void
TransactionTypeImpl. setReleaseAction(AllSomeType newReleaseAction)
-
Uses of AllSomeType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type AllSomeType Modifier and Type Method Description boolean
LockFeatureTypeValidator. validateLockAction(AllSomeType value)
boolean
TransactionTypeValidator. validateReleaseAction(AllSomeType value)
-