Uses of Class
net.opengis.wfs.IdentifierGenerationOptionType

Packages that use IdentifierGenerationOptionType
net.opengis.wfs   
net.opengis.wfs.impl   
 

Uses of IdentifierGenerationOptionType in net.opengis.wfs
 

Fields in net.opengis.wfs declared as IdentifierGenerationOptionType
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
static IdentifierGenerationOptionType IdentifierGenerationOptionType.get(int value)
          Returns the 'Identifier Generation Option Type' literal with the specified integer value.
static IdentifierGenerationOptionType IdentifierGenerationOptionType.get(java.lang.String literal)
          Returns the 'Identifier Generation Option Type' literal with the specified literal value.
static IdentifierGenerationOptionType IdentifierGenerationOptionType.getByName(java.lang.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
 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
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
 IdentifierGenerationOptionType WfsFactoryImpl.createIdentifierGenerationOptionTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IdentifierGenerationOptionType InsertElementTypeImpl.getIdgen()
           
 

Methods in net.opengis.wfs.impl with parameters of type IdentifierGenerationOptionType
 void InsertElementTypeImpl.setIdgen(IdentifierGenerationOptionType newIdgen)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.