com.unica.publicapi.plan.api
Class AttachmentTypeEnum

java.lang.Object
  extended by com.unica.afc.pattern.Enum
      extended by com.unica.publicapi.plan.api.AttachmentTypeEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class AttachmentTypeEnum
extends com.unica.afc.pattern.Enum

See Also:
Serialized Form

Field Summary
static AttachmentTypeEnum ASSET
           
static AttachmentTypeEnum FILE
           
private static java.util.List instances
           
private static int nextOrdinal
           
static AttachmentTypeEnum URL
           
 
Constructor Summary
private AttachmentTypeEnum(java.lang.String name)
           
private AttachmentTypeEnum(java.lang.String name, int ordinal)
           
 
Method Summary
protected  com.unica.afc.pattern.Enum[] getInstances()
           
static AttachmentTypeEnum valueOf(java.lang.String name)
           
static AttachmentTypeEnum[] values()
           
 
Methods inherited from class com.unica.afc.pattern.Enum
clone, compareTo, equals, hashCode, name, ordinal, readResolve, toString, valueOfImpl
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

nextOrdinal

private static int nextOrdinal

instances

private static java.util.List instances

URL

public static final AttachmentTypeEnum URL

FILE

public static final AttachmentTypeEnum FILE

ASSET

public static final AttachmentTypeEnum ASSET
Constructor Detail

AttachmentTypeEnum

private AttachmentTypeEnum(java.lang.String name)

AttachmentTypeEnum

private AttachmentTypeEnum(java.lang.String name,
                           int ordinal)
Method Detail

values

public static AttachmentTypeEnum[] values()

valueOf

public static AttachmentTypeEnum valueOf(java.lang.String name)

getInstances

protected com.unica.afc.pattern.Enum[] getInstances()
Specified by:
getInstances in class com.unica.afc.pattern.Enum