Uses of Class
net.opengis.wfs20.AllSomeType
-
Packages that use AllSomeType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of AllSomeType in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type AllSomeType Modifier and Type Field Description static List<AllSomeType>
AllSomeType. VALUES
A public read-only list of all the 'All Some Type' enumerators.Methods in net.opengis.wfs20 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
GetFeatureWithLockType. getLockAction()
Returns the value of the 'Lock Action' attribute.AllSomeType
LockFeatureType. getLockAction()
Returns the value of the 'Lock Action' attribute.AllSomeType
TransactionType. getReleaseAction()
Returns the value of the 'Release Action' attribute.static AllSomeType
AllSomeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AllSomeType[]
AllSomeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wfs20 with parameters of type AllSomeType Modifier and Type Method Description void
GetFeatureWithLockType. setLockAction(AllSomeType value)
Sets the value of the 'Lock Action
' attribute.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.wfs20.impl
Fields in net.opengis.wfs20.impl declared as AllSomeType Modifier and Type Field Description protected static AllSomeType
GetFeatureWithLockTypeImpl. LOCK_ACTION_EDEFAULT
The default value of the 'Lock Action
' attribute.protected static AllSomeType
LockFeatureTypeImpl. LOCK_ACTION_EDEFAULT
The default value of the 'Lock Action
' attribute.protected AllSomeType
GetFeatureWithLockTypeImpl. lockAction
The cached 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.wfs20.impl that return AllSomeType Modifier and Type Method Description AllSomeType
Wfs20FactoryImpl. createAllSomeTypeFromString(EDataType eDataType, String initialValue)
AllSomeType
Wfs20FactoryImpl. createAllSomeTypeObjectFromString(EDataType eDataType, String initialValue)
AllSomeType
GetFeatureWithLockTypeImpl. getLockAction()
AllSomeType
LockFeatureTypeImpl. getLockAction()
AllSomeType
TransactionTypeImpl. getReleaseAction()
Methods in net.opengis.wfs20.impl with parameters of type AllSomeType Modifier and Type Method Description void
GetFeatureWithLockTypeImpl. setLockAction(AllSomeType newLockAction)
void
LockFeatureTypeImpl. setLockAction(AllSomeType newLockAction)
void
TransactionTypeImpl. setReleaseAction(AllSomeType newReleaseAction)
-
Uses of AllSomeType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type AllSomeType Modifier and Type Method Description boolean
Wfs20Validator. validateAllSomeType(AllSomeType allSomeType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Wfs20Validator. validateAllSomeTypeObject(AllSomeType allSomeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AllSomeType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type AllSomeType Modifier and Type Method Description boolean
GetFeatureWithLockTypeValidator. validateLockAction(AllSomeType value)
boolean
LockFeatureTypeValidator. validateLockAction(AllSomeType value)
boolean
TransactionTypeValidator. validateReleaseAction(AllSomeType value)
-