|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A component interface type. Such a type is made of a name, which is the name
of the interface described by this type inside its component (see getFcItfName), a list of
method signatures, which describes the methods provided or required by this
interface, and various flags that indicates if this interface is provided or
required, mandatory or not...
| Method Summary | |
|---|---|
String |
getFcItfName()
Returns the name of component interfaces of this type. |
String |
getFcItfSignature()
Returns the signatures of the methods of interfaces of this type. |
boolean |
isFcClientItf()
Returns true if component interfaces of this type are client interfaces. |
boolean |
isFcCollectionItf()
Indicates how many interfaces of this type a component may have. |
boolean |
isFcOptionalItf()
Returns true if component interfaces of this type are optional. |
| Methods inherited from interface org.objectweb.fractal.api.Type |
|---|
isFcSubTypeOf |
| Method Detail |
public String getFcItfName()
isFcCollectionItf), this name is in fact a
prefix of the real names of interfaces of this type.
getFcItfName).public String getFcItfSignature()
public boolean isFcClientItf()
public boolean isFcOptionalItf()
public boolean isFcCollectionItf()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||