com.abra.j2xb.beans.model
Enum MOPropertyDescriptor.MOPropertyMetaType

java.lang.Object
  extended by java.lang.Enum<MOPropertyDescriptor.MOPropertyMetaType>
      extended by com.abra.j2xb.beans.model.MOPropertyDescriptor.MOPropertyMetaType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MOPropertyDescriptor.MOPropertyMetaType>
Enclosing class:
MOPropertyDescriptor

public static enum MOPropertyDescriptor.MOPropertyMetaType
extends java.lang.Enum<MOPropertyDescriptor.MOPropertyMetaType>


Enum Constant Summary
atomCollection
           
atomProperty
           
beanCollection
           
beanProperty
           
enumset
           
 
Method Summary
 java.util.Set<java.lang.Class> getAllowedAnnotations()
           
static MOPropertyDescriptor.MOPropertyMetaType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MOPropertyDescriptor.MOPropertyMetaType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

atomProperty

public static final MOPropertyDescriptor.MOPropertyMetaType atomProperty

atomCollection

public static final MOPropertyDescriptor.MOPropertyMetaType atomCollection

beanProperty

public static final MOPropertyDescriptor.MOPropertyMetaType beanProperty

beanCollection

public static final MOPropertyDescriptor.MOPropertyMetaType beanCollection

enumset

public static final MOPropertyDescriptor.MOPropertyMetaType enumset
Method Detail

values

public static final MOPropertyDescriptor.MOPropertyMetaType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(MOPropertyDescriptor.MOPropertyMetaType c : MOPropertyDescriptor.MOPropertyMetaType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static MOPropertyDescriptor.MOPropertyMetaType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getAllowedAnnotations

public java.util.Set<java.lang.Class> getAllowedAnnotations()


Copyright © 2008. All Rights Reserved.