|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RegistryAttributeWrapper>
gov.nasa.pds.registry.model.wrapper.RegistryAttributeWrapper
public enum RegistryAttributeWrapper
Provides the values for a given attribute specified in a product class configuration file.
Enum Constant Summary | |
---|---|
CONTENT_VERSION
Attribute for Content Version. |
|
DESCRIPTION
Attribute for Description. |
|
GUID
Attribute for GUID. |
|
HOME
Attribute for Home. |
|
LOGICAL_IDENTIFIER
Attribute for Logical Identifier. |
|
MIME_TYPE
Attribute for MIME Type. |
|
NAME
Attribute for Product name. |
|
OBJECT_TYPE
Attribute for Object Type. |
|
STATUS
Attribute for Product status. |
|
VERSION_NAME
Attribute for Version Name. |
Method Summary | |
---|---|
abstract ExtrinsicFilter.Builder |
buildOntoFilter(ExtrinsicFilter.Builder builder,
String value)
|
static RegistryAttributeWrapper |
get(String attributeName)
|
String |
getName()
|
abstract String |
getValueFromExtrinsic(ExtrinsicObject extObj)
|
abstract List<String> |
getValuesFromExtrinsic(ExtrinsicObject extObj)
|
static RegistryAttributeWrapper |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RegistryAttributeWrapper[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RegistryAttributeWrapper LOGICAL_IDENTIFIER
public static final RegistryAttributeWrapper NAME
public static final RegistryAttributeWrapper OBJECT_TYPE
public static final RegistryAttributeWrapper MIME_TYPE
public static final RegistryAttributeWrapper DESCRIPTION
public static final RegistryAttributeWrapper GUID
public static final RegistryAttributeWrapper HOME
public static final RegistryAttributeWrapper VERSION_NAME
public static final RegistryAttributeWrapper CONTENT_VERSION
public static final RegistryAttributeWrapper STATUS
Method Detail |
---|
public static RegistryAttributeWrapper[] values()
for (RegistryAttributeWrapper c : RegistryAttributeWrapper.values()) System.out.println(c);
public static RegistryAttributeWrapper valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getName()
public static RegistryAttributeWrapper get(String attributeName)
public abstract String getValueFromExtrinsic(ExtrinsicObject extObj)
public abstract List<String> getValuesFromExtrinsic(ExtrinsicObject extObj)
public abstract ExtrinsicFilter.Builder buildOntoFilter(ExtrinsicFilter.Builder builder, String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |