public enum CmrStyle extends Enum<CmrStyle>
| Enum Constant and Description |
|---|
COLLECTION |
SET |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xbean.asm5.Type |
getAccessorType() |
String |
getCmrFieldDescriptor(org.apache.xbean.asm5.Type relatedType) |
org.apache.xbean.asm5.Type |
getCollectionType() |
String |
getDeletedDescriptor() |
String |
getGetterDescriptor() |
org.apache.xbean.asm5.Type |
getIntiCollectionType() |
String |
getSetterDescriptor() |
static CmrStyle |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getCmrFieldDescriptor(org.apache.xbean.asm5.Type relatedType)
public org.apache.xbean.asm5.Type getAccessorType()
public org.apache.xbean.asm5.Type getCollectionType()
public org.apache.xbean.asm5.Type getIntiCollectionType()
public String getGetterDescriptor()
public String getSetterDescriptor()
public String getDeletedDescriptor()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.