Uses of Class
net.opengis.wfs.IdentifierGenerationOptionType
-
Packages that use IdentifierGenerationOptionType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of IdentifierGenerationOptionType in net.opengis.wfs
Fields in net.opengis.wfs declared as IdentifierGenerationOptionType Modifier and Type Field Description static IdentifierGenerationOptionType
IdentifierGenerationOptionType. GENERATE_NEW_LITERAL
The 'Generate New' literal object.static IdentifierGenerationOptionType
IdentifierGenerationOptionType. REPLACE_DUPLICATE_LITERAL
The 'Replace Duplicate' literal object.static IdentifierGenerationOptionType
IdentifierGenerationOptionType. USE_EXISTING_LITERAL
The 'Use Existing' literal object.Methods in net.opengis.wfs that return IdentifierGenerationOptionType Modifier and Type Method Description static IdentifierGenerationOptionType
IdentifierGenerationOptionType. get(int value)
Returns the 'Identifier Generation Option Type' literal with the specified integer value.static IdentifierGenerationOptionType
IdentifierGenerationOptionType. get(String literal)
Returns the 'Identifier Generation Option Type' literal with the specified literal value.static IdentifierGenerationOptionType
IdentifierGenerationOptionType. getByName(String name)
Returns the 'Identifier Generation Option Type' literal with the specified name.IdentifierGenerationOptionType
InsertElementType. getIdgen()
Returns the value of the 'Idgen' attribute.Methods in net.opengis.wfs with parameters of type IdentifierGenerationOptionType Modifier and Type Method Description void
InsertElementType. setIdgen(IdentifierGenerationOptionType value)
Sets the value of the 'Idgen
' attribute. -
Uses of IdentifierGenerationOptionType in net.opengis.wfs.impl
Fields in net.opengis.wfs.impl declared as IdentifierGenerationOptionType Modifier and Type Field Description protected IdentifierGenerationOptionType
InsertElementTypeImpl. idgen
The cached value of the 'Idgen
' attribute.protected static IdentifierGenerationOptionType
InsertElementTypeImpl. IDGEN_EDEFAULT
The default value of the 'Idgen
' attribute.Methods in net.opengis.wfs.impl that return IdentifierGenerationOptionType Modifier and Type Method Description IdentifierGenerationOptionType
WfsFactoryImpl. createIdentifierGenerationOptionTypeFromString(EDataType eDataType, String initialValue)
IdentifierGenerationOptionType
InsertElementTypeImpl. getIdgen()
Methods in net.opengis.wfs.impl with parameters of type IdentifierGenerationOptionType Modifier and Type Method Description void
InsertElementTypeImpl. setIdgen(IdentifierGenerationOptionType newIdgen)
-
Uses of IdentifierGenerationOptionType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type IdentifierGenerationOptionType Modifier and Type Method Description boolean
InsertElementTypeValidator. validateIdgen(IdentifierGenerationOptionType value)
-