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.wfsFields in net.opengis.wfs declared as IdentifierGenerationOptionType Modifier and Type Field Description static IdentifierGenerationOptionTypeIdentifierGenerationOptionType. GENERATE_NEW_LITERALThe 'Generate New' literal object.static IdentifierGenerationOptionTypeIdentifierGenerationOptionType. REPLACE_DUPLICATE_LITERALThe 'Replace Duplicate' literal object.static IdentifierGenerationOptionTypeIdentifierGenerationOptionType. USE_EXISTING_LITERALThe 'Use Existing' literal object.Methods in net.opengis.wfs that return IdentifierGenerationOptionType Modifier and Type Method Description static IdentifierGenerationOptionTypeIdentifierGenerationOptionType. get(int value)Returns the 'Identifier Generation Option Type' literal with the specified integer value.static IdentifierGenerationOptionTypeIdentifierGenerationOptionType. get(String literal)Returns the 'Identifier Generation Option Type' literal with the specified literal value.static IdentifierGenerationOptionTypeIdentifierGenerationOptionType. getByName(String name)Returns the 'Identifier Generation Option Type' literal with the specified name.IdentifierGenerationOptionTypeInsertElementType. getIdgen()Returns the value of the 'Idgen' attribute.Methods in net.opengis.wfs with parameters of type IdentifierGenerationOptionType Modifier and Type Method Description voidInsertElementType. setIdgen(IdentifierGenerationOptionType value)Sets the value of the 'Idgen' attribute.
- 
Uses of IdentifierGenerationOptionType in net.opengis.wfs.implFields in net.opengis.wfs.impl declared as IdentifierGenerationOptionType Modifier and Type Field Description protected IdentifierGenerationOptionTypeInsertElementTypeImpl. idgenThe cached value of the 'Idgen' attribute.protected static IdentifierGenerationOptionTypeInsertElementTypeImpl. IDGEN_EDEFAULTThe default value of the 'Idgen' attribute.Methods in net.opengis.wfs.impl that return IdentifierGenerationOptionType Modifier and Type Method Description IdentifierGenerationOptionTypeWfsFactoryImpl. createIdentifierGenerationOptionTypeFromString(EDataType eDataType, String initialValue)IdentifierGenerationOptionTypeInsertElementTypeImpl. getIdgen()Methods in net.opengis.wfs.impl with parameters of type IdentifierGenerationOptionType Modifier and Type Method Description voidInsertElementTypeImpl. setIdgen(IdentifierGenerationOptionType newIdgen)
- 
Uses of IdentifierGenerationOptionType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type IdentifierGenerationOptionType Modifier and Type Method Description booleanInsertElementTypeValidator. validateIdgen(IdentifierGenerationOptionType value)
 
-