|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
It dscribes the setters for defining the properties that can be set when initialising a GenClassMapping.
Method Summary | |
void |
setElemDesc(FieldDesc[] fds)
Defines the fields property specifying the fields composing the element value structure of a generic class instance elements. |
void |
setIdentifierDesc(FieldDesc[] fds)
Defines the fields property specifying the fields composing the identifier structure of a generic class instance. |
void |
setIndexDesc(FieldDesc[] fds)
Defines the fields property specifying the fields composing the index structure of a generic class instance elements. |
void |
setPType(PType pt)
Defines the type property of a generic class instance. |
Method Detail |
public void setPType(PType pt)
pt
- The associated type.public void setIdentifierDesc(FieldDesc[] fds)
fds
- The array of descriptions of the associated fields.public void setIndexDesc(FieldDesc[] fds)
fds
- The array of descriptions of the associated fields.public void setElemDesc(FieldDesc[] fds)
fds
- The array of descriptions of the associated fields.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |