Uses of Class
org.objectweb.kilim.description.Arity

Packages that use Arity
org.objectweb.kilim.description   
 

Uses of Arity in org.objectweb.kilim.description
 

Fields in org.objectweb.kilim.description declared as Arity
private  Arity Port.arity
           
static Arity Arity.OPTIONAL
          the singleton representing an optional port
static Arity Arity.REQUIRED
          the singleton representing a required port
static Arity Arity.COLLECTION
          the singleton representing a multiple port binding
 

Methods in org.objectweb.kilim.description that return Arity
 Arity Port.getArity()
          Returns the arity.
 

Methods in org.objectweb.kilim.description with parameters of type Arity
 void Port.setArity(Arity anArity)
          Sets the arity.
 

Constructors in org.objectweb.kilim.description with parameters of type Arity
Port(java.lang.String aName, Arity aArity, int aStatus, boolean isP, TemplateDescription aTemplate)
          The public constructor for a port.