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 IdentifierGenerationOptionTypeIdentifierGenerationOptionType.GENERATE_NEW_LITERALThe 'Generate New' literal object.static final IdentifierGenerationOptionTypeIdentifierGenerationOptionType.REPLACE_DUPLICATE_LITERALThe 'Replace Duplicate' literal object.static final IdentifierGenerationOptionTypeIdentifierGenerationOptionType.USE_EXISTING_LITERALThe '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 TypeMethodDescriptionvoidInsertElementType.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 IdentifierGenerationOptionTypeInsertElementTypeImpl.idgenThe cached value of the 'Idgen' attribute.protected static final IdentifierGenerationOptionTypeInsertElementTypeImpl.IDGEN_EDEFAULTThe 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 TypeMethodDescriptionvoidInsertElementTypeImpl.setIdgen(IdentifierGenerationOptionType newIdgen) -
Uses of IdentifierGenerationOptionType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type IdentifierGenerationOptionTypeModifier and TypeMethodDescriptionbooleanInsertElementTypeValidator.validateIdgen(IdentifierGenerationOptionType value)