|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
The IClaimType interface defines a set of methods to describe
the type of an IClaim objects and provides an information on how to
display/edit it as well as an information about its structure and data types.
| Method Summary | |
|---|---|
String |
getDescription()
Return extended description of the corresponding claim. |
String |
getDisplayName()
Return the human friendly name of the corresponding claim. |
String |
getType()
Return a string representation of URI which represents the type (identifier) of the corresponding claim. |
String |
getTypeLocalName()
|
boolean |
isEditable()
Determines whether correcponding IClaim can be editable by the user. |
boolean |
isSimple()
Determines whether corresponding IClaim is simple or complex. |
boolean |
isVisible()
Determines whether correcponding IClaim can be visible for the user. |
| Method Detail |
public String getType()
public String getTypeLocalName()
public String getDisplayName()
public String getDescription()
public boolean isSimple()
IClaim is simple or complex.
public boolean isVisible()
IClaim can be visible for the user.
public boolean isEditable()
IClaim can be editable by the user.
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||