@Beta public enum BrooklynObjectType extends java.lang.Enum<BrooklynObjectType>
| Enum Constant and Description | 
|---|
| CATALOG_ITEM | 
| ENRICHER | 
| ENTITY | 
| FEED | 
| LOCATION | 
| POLICY | 
| UNKNOWN | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getSubPathName() | 
| java.lang.String | toCamelCase() | 
| static BrooklynObjectType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static BrooklynObjectType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BrooklynObjectType ENTITY
public static final BrooklynObjectType LOCATION
public static final BrooklynObjectType POLICY
public static final BrooklynObjectType ENRICHER
public static final BrooklynObjectType FEED
public static final BrooklynObjectType CATALOG_ITEM
public static final BrooklynObjectType UNKNOWN
public static BrooklynObjectType[] values()
for (BrooklynObjectType c : BrooklynObjectType.values()) System.out.println(c);
public static BrooklynObjectType 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 toCamelCase()
public java.lang.String getSubPathName()