Uses of Class
org.ogf.graap.wsag4j.types.engine.ItemCardinalityType.Enum

Packages that use ItemCardinalityType.Enum
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
 

Uses of ItemCardinalityType.Enum in org.ogf.graap.wsag4j.types.engine
 

Fields in org.ogf.graap.wsag4j.types.engine declared as ItemCardinalityType.Enum
static ItemCardinalityType.Enum ItemCardinalityType.X_0_TO_1
           
static ItemCardinalityType.Enum ItemCardinalityType.X_0_TO_N
           
static ItemCardinalityType.Enum ItemCardinalityType.X_1
           
static ItemCardinalityType.Enum ItemCardinalityType.X_1_TO_N
           
 

Methods in org.ogf.graap.wsag4j.types.engine that return ItemCardinalityType.Enum
static ItemCardinalityType.Enum ItemCardinalityType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static ItemCardinalityType.Enum ItemCardinalityType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 ItemCardinalityType.Enum ConstraintAnnotationType.getMultiplicity()
          Gets the "Multiplicity" element
 

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type ItemCardinalityType.Enum
 void ConstraintAnnotationType.setMultiplicity(ItemCardinalityType.Enum multiplicity)
          Sets the "Multiplicity" element
 

Uses of ItemCardinalityType.Enum in org.ogf.graap.wsag4j.types.engine.impl
 

Methods in org.ogf.graap.wsag4j.types.engine.impl that return ItemCardinalityType.Enum
 ItemCardinalityType.Enum ConstraintAnnotationTypeImpl.getMultiplicity()
          Gets the "Multiplicity" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type ItemCardinalityType.Enum
 void ConstraintAnnotationTypeImpl.setMultiplicity(ItemCardinalityType.Enum multiplicity)
          Sets the "Multiplicity" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.