public class ItemMetadata extends Object implements Comparable<ItemMetadata>
ConfigurationMetadata.ConfigurationMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
ItemMetadata.ItemType
The item type.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildToStringProperty(StringBuilder string,
String property,
Object value) |
int |
compareTo(ItemMetadata o) |
Object |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
String |
getSourceMethod() |
String |
getSourceType() |
String |
getType() |
boolean |
isDeprecated() |
boolean |
isOfItemType(ItemMetadata.ItemType itemType) |
static ItemMetadata |
newGroup(String name,
String type,
String sourceType,
String sourceMethod) |
static ItemMetadata |
newProperty(String prefix,
String name,
String type,
String sourceType,
String sourceMethod,
String description,
Object defaultValue,
boolean deprecated) |
String |
toString() |
public boolean isOfItemType(ItemMetadata.ItemType itemType)
public String getName()
public String getType()
public String getSourceType()
public String getSourceMethod()
public String getDescription()
public Object getDefaultValue()
public boolean isDeprecated()
protected final void buildToStringProperty(StringBuilder string, String property, Object value)
public int compareTo(ItemMetadata o)
compareTo in interface Comparable<ItemMetadata>public static ItemMetadata newGroup(String name, String type, String sourceType, String sourceMethod)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.