Uses of Class
org.openxma.dsl.dom.model.CollectionType

Packages that use CollectionType
org.openxma.dsl.dom.model   
 

Uses of CollectionType in org.openxma.dsl.dom.model
 

Fields in org.openxma.dsl.dom.model with type parameters of type CollectionType
static List<CollectionType> CollectionType.VALUES
          A public read-only list of all the 'Collection Type' enumerators.
 

Methods in org.openxma.dsl.dom.model that return CollectionType
static CollectionType CollectionType.get(int value)
          Returns the 'Collection Type' literal with the specified integer value.
static CollectionType CollectionType.get(String literal)
          Returns the 'Collection Type' literal with the specified literal value.
static CollectionType CollectionType.getByName(String name)
          Returns the 'Collection Type' literal with the specified name.
static CollectionType CollectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CollectionType[] CollectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.