|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.description.Arity
Port
Field Summary | |
static Arity |
COLLECTION
the singleton representing a multiple port binding |
private java.lang.String |
description
|
static Arity |
OPTIONAL
the singleton representing an optional port |
static Arity |
REQUIRED
the singleton representing a required port |
Constructor Summary | |
private |
Arity(java.lang.String aDescription)
The private constructor for arities. |
Method Summary | |
java.lang.String |
getDescription()
Returns a simple description of the arity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Arity OPTIONAL
public static final Arity REQUIRED
public static final Arity COLLECTION
private java.lang.String description
Constructor Detail |
private Arity(java.lang.String aDescription)
aDescription
- : a description which must be either "?" for optional, "1" for required, "*"
for collections.Method Detail |
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |