|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.search.core.extractor.registry.RegistryAttributes
public class RegistryAttributes
Provides the values for a given attribute specified in a product class configuration file.
Field Summary | |
---|---|
static String[] |
ATTR_LIST
|
static String |
CONTENT_VERSION
Attribute for Content Version. |
static String |
DESCRIPTION
Attribute for Description. |
static String |
GUID
Attribute for GUID. |
static String |
HOME
Attribute for Home. |
static String |
LOGICAL_IDENTIFIER
Attribute for Logical Identifier. |
static String |
MIME_TYPE
Attribute for MIME Type. |
static String |
NAME
Attribute for Product name. |
static String |
OBJECT_TYPE
Attribute for Object Type. |
static String |
VERSION_NAME
Attribute for Version Name. |
Constructor Summary | |
---|---|
RegistryAttributes()
|
Method Summary | |
---|---|
static String |
getAttributeValue(String attribute,
gov.nasa.pds.registry.model.ExtrinsicObject extObject)
Gets the value of the input attribute from the given Extrinsic object. |
static boolean |
isAttribute(String attribute)
Checks if attribute is an attribute in the Registry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String LOGICAL_IDENTIFIER
public static final String NAME
public static final String OBJECT_TYPE
public static final String MIME_TYPE
public static final String DESCRIPTION
public static final String GUID
public static final String HOME
public static final String VERSION_NAME
public static final String CONTENT_VERSION
public static final String[] ATTR_LIST
Constructor Detail |
---|
public RegistryAttributes()
Method Detail |
---|
public static String getAttributeValue(String attribute, gov.nasa.pds.registry.model.ExtrinsicObject extObject) throws InvalidProductClassException
attribute
- extObject
-
InvalidProductClassException
public static boolean isAttribute(String attribute)
attribute
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |