Uses of Class
org.openjump.core.apitools.objecttyperoles.FeatureCollectionRoleTypes

Packages that use FeatureCollectionRoleTypes
org.openjump.core.apitools.objecttyperoles   
 

Uses of FeatureCollectionRoleTypes in org.openjump.core.apitools.objecttyperoles
 

Fields in org.openjump.core.apitools.objecttyperoles declared as FeatureCollectionRoleTypes
protected  FeatureCollectionRoleTypes FeatureCollectionRole.type
           
 

Methods in org.openjump.core.apitools.objecttyperoles that return FeatureCollectionRoleTypes
 FeatureCollectionRoleTypes FeatureCollectionRole.getType()
           
static FeatureCollectionRoleTypes FeatureCollectionRoleTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FeatureCollectionRoleTypes[] FeatureCollectionRoleTypes.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRoleTypes
 boolean FeatureCollectionRole.equalsRole(FeatureCollectionRoleTypes roleType)
          Check if this role is the same type of role as the given one.
 FeatureCollectionRole PirolFeatureCollection.getRole(FeatureCollectionRoleTypes role)
          Check if this FeatureCollection has a role like the given one
 

Constructors in org.openjump.core.apitools.objecttyperoles with parameters of type FeatureCollectionRoleTypes
FeatureCollectionRole(FeatureCollectionRoleTypes type)