Uses of Class
com.metamatrix.common.object.Multiplicity

Packages that use Multiplicity
com.metamatrix.common.config.api   
com.metamatrix.common.object   
 

Uses of Multiplicity in com.metamatrix.common.config.api
 

Methods in com.metamatrix.common.config.api that return Multiplicity
 Multiplicity ComponentTypePropDefn.getMultiplicity()
          Get the multiplicity specification for this property.
 

Constructors in com.metamatrix.common.config.api with parameters of type Multiplicity
ComponentTypePropDefn(java.lang.String name, java.lang.String displayName, PropertyType type, Multiplicity multiplicity)
           
ComponentTypePropDefn(java.lang.String name, java.lang.String displayName, PropertyType type, Multiplicity multiplicity, java.lang.String shortDescription, java.lang.String defaultValue, java.util.List allowedValues, java.lang.String valueDelimiter, boolean isHidden, boolean isPreferred, boolean isExpert, boolean isModifiable)
           
 

Uses of Multiplicity in com.metamatrix.common.object
 

Fields in com.metamatrix.common.object declared as Multiplicity
protected static Multiplicity Multiplicity.DEFAULT
           
static Multiplicity MultiplicityPool.ONE_OR_MORE
           
static Multiplicity MultiplicityPool.ONLY_ONE
           
static Multiplicity MultiplicityPool.UNBOUNDED
           
protected static Multiplicity Multiplicity.UNBOUNDED
           
static Multiplicity MultiplicityPool.ZERO_OR_ONE
           
 

Methods in com.metamatrix.common.object that return Multiplicity
static Multiplicity MultiplicityPool.get(java.lang.String multiplicityValue)
           
static Multiplicity MultiplicityPool.get(java.lang.String multiplicityValue, boolean isOrdered, boolean isUnique)
           
static Multiplicity Multiplicity.getInstance()
          Obtain an instance that represents a singular multiplicity of "1" that is unordered and not unique.
static Multiplicity Multiplicity.getInstance(int number)
          Obtain an instance for a single-interval multiplicity of the specified value that is unordered and not unique.
static Multiplicity Multiplicity.getInstance(int number, boolean isOrdered, boolean isUnique)
          Obtain an instance for a single-interval multiplicity of the specified value.
static Multiplicity Multiplicity.getInstance(int minimum, int maximum)
          Obtain an instance for a single-interval multiplicity over the specified range that is unordered and not unique.
static Multiplicity Multiplicity.getInstance(int minimum, int maximum, boolean isOrdered, boolean isUnique)
          Obtain an instance for a single-interval multiplicity over the specified range.
static Multiplicity Multiplicity.getInstance(java.lang.String defn)
          Obtain an instance by parsing the specified multiplicity text expression, that is unordered and not unique.
static Multiplicity Multiplicity.getInstance(java.lang.String defn, boolean isOrdered, boolean isUnique)
          Obtain an instance by parsing the specified multiplicity text expression.
 Multiplicity PropertyDefinitionImpl.getMultiplicity()
          Get the multiplicity specification for this property.
 Multiplicity PropertyDefinition.getMultiplicity()
          Get the multiplicity specification for this property.
static Multiplicity Multiplicity.getUnboundedInstance()
          Obtain an instance that represents an unbounded multiplicity, which is equivalent to the text expression "*", that is unordered and not unique.
static Multiplicity Multiplicity.getUnboundedInstance(boolean isOrdered, boolean isUnique)
          Obtain an instance that represents an unbounded multiplicity, which is equivalent to the text expression "*".
 

Methods in com.metamatrix.common.object with parameters of type Multiplicity
protected  int Multiplicity.compareFlags(Multiplicity that)
           
 void PropertyDefinitionImpl.setMultiplicity(Multiplicity multiplicity)
          Set the multiplicity specification for this property.
 

Constructors in com.metamatrix.common.object with parameters of type Multiplicity
PropertyDefinitionImpl(java.lang.String name, PropertyType type, Multiplicity multiplicity)
          Create a property definition object with the specified set of attributes.
PropertyDefinitionImpl(java.lang.String name, java.lang.String displayName, PropertyType type, Multiplicity multiplicity)
          Create a property definition object with the specified set of attributes.
PropertyDefinitionImpl(java.lang.String name, java.lang.String displayName, PropertyType type, Multiplicity multiplicity, java.lang.String shortDescription, java.lang.Object defaultValue, java.util.List allowedValues, java.lang.String valueDelimiter, boolean isHidden, boolean isPreferred, boolean isExpert)
          Create a property definition object with the fully-specified set of attributes.
PropertyDefinitionImpl(java.lang.String name, java.lang.String displayName, PropertyType type, Multiplicity multiplicity, java.lang.String shortDescription, java.lang.Object defaultValue, java.util.List allowedValues, java.lang.String valueDelimiter, boolean isHidden, boolean isPreferred, boolean isExpert, boolean isModifiable)
           
 



Copyright © 2009. All Rights Reserved.