Enum Constant and Description |
---|
COLLECTION |
SET |
SINGLE |
Modifier and Type | Method and Description |
---|---|
Type |
getAccessorType() |
java.lang.String |
getCmrFieldDescriptor(Type relatedType) |
Type |
getCollectionType() |
java.lang.String |
getDeletedDescriptor() |
java.lang.String |
getGetterDescriptor() |
Type |
getIntiCollectionType() |
java.lang.String |
getSetterDescriptor() |
static CmrStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmrStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmrStyle SINGLE
public static final CmrStyle COLLECTION
public static final CmrStyle SET
public static CmrStyle[] values()
for (CmrStyle c : CmrStyle.values()) System.out.println(c);
public static CmrStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getCmrFieldDescriptor(Type relatedType)
public Type getAccessorType()
public Type getCollectionType()
public Type getIntiCollectionType()
public java.lang.String getGetterDescriptor()
public java.lang.String getSetterDescriptor()
public java.lang.String getDeletedDescriptor()