Package | Description |
---|---|
xuml.tools.model.compiler.info |
Modifier and Type | Method and Description |
---|---|
Mult |
MyReferenceMember.getThatMult() |
Mult |
MyReferenceMember.getThisMult() |
static Mult |
Mult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mult[] |
Mult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MyReferenceMember(String simpleClassName,
String fullClassName,
Mult thisMult,
Mult thatMult,
String thisVerbClause,
String thatVerbClause,
String fieldName,
List<MyJoinColumn> joinColumns,
String mappedBy,
MyJoinTable joinTable,
boolean inPrimaryId,
String rnum,
List<ClassInfo.OtherId> otherIds) |
Copyright © 2012–2022. All rights reserved.