Uses of Class
net.opengis.wfs.IdentifierGenerationOptionType
Packages that use IdentifierGenerationOptionType
-
Uses of IdentifierGenerationOptionType in net.opengis.wfs
Fields in net.opengis.wfs declared as IdentifierGenerationOptionTypeModifier and TypeFieldDescriptionstatic final IdentifierGenerationOptionType
IdentifierGenerationOptionType.GENERATE_NEW_LITERAL
The 'Generate New' literal object.static final IdentifierGenerationOptionType
IdentifierGenerationOptionType.REPLACE_DUPLICATE_LITERAL
The 'Replace Duplicate' literal object.static final IdentifierGenerationOptionType
IdentifierGenerationOptionType.USE_EXISTING_LITERAL
The 'Use Existing' literal object.Methods in net.opengis.wfs that return IdentifierGenerationOptionTypeModifier and TypeMethodDescriptionIdentifierGenerationOptionType.get
(int value) Returns the 'Identifier Generation Option Type' literal with the specified integer value.Returns the 'Identifier Generation Option Type' literal with the specified literal value.Returns the 'Identifier Generation Option Type' literal with the specified name.InsertElementType.getIdgen()
Returns the value of the 'Idgen' attribute.Methods in net.opengis.wfs with parameters of type IdentifierGenerationOptionTypeModifier and TypeMethodDescriptionvoid
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 IdentifierGenerationOptionTypeModifier and TypeFieldDescriptionprotected IdentifierGenerationOptionType
InsertElementTypeImpl.idgen
The cached value of the 'Idgen
' attribute.protected static final IdentifierGenerationOptionType
InsertElementTypeImpl.IDGEN_EDEFAULT
The default value of the 'Idgen
' attribute.Methods in net.opengis.wfs.impl that return IdentifierGenerationOptionTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createIdentifierGenerationOptionTypeFromString
(EDataType eDataType, String initialValue) InsertElementTypeImpl.getIdgen()
Methods in net.opengis.wfs.impl with parameters of type IdentifierGenerationOptionTypeModifier and TypeMethodDescriptionvoid
InsertElementTypeImpl.setIdgen
(IdentifierGenerationOptionType newIdgen) -
Uses of IdentifierGenerationOptionType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type IdentifierGenerationOptionTypeModifier and TypeMethodDescriptionboolean
InsertElementTypeValidator.validateIdgen
(IdentifierGenerationOptionType value)