Package | Description |
---|---|
CD |
Modifier and Type | Method and Description |
---|---|
static AssocSchema.atype |
AssocSchema.atype.convert(java.lang.String x) |
AssocSchema.atype |
AssocSchema.getAt1() |
AssocSchema.atype |
AssocSchema.getAt2() |
static AssocSchema.atype |
AssocSchema.atype.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AssocSchema.atype[] |
AssocSchema.atype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AssocSchema.atype.geq(AssocSchema.atype a) |
Constructor and Description |
---|
AssocSchema(java.lang.String name,
java.lang.String class1,
java.lang.String role1,
AssocSchema.atype at1,
java.lang.String class2,
java.lang.String role2,
AssocSchema.atype at2) |