|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.meta.MetaDataAnnotation
public class MetaDataAnnotation
Represents a name/value pair associated with meta-data.
| Field Summary | |
|---|---|
static java.lang.String |
DELIMITER
The delimiter between the name and value for the annotation. |
static java.lang.String |
FILE_LAST_MODIFIED_TIMESTAMP
Deprecated. Moved into meta data properties, name of MetaData.PROP_TIMESTAMP_FILE |
static java.lang.String |
IS_OUT_MDA
Deprecated. Move to usage location. |
static java.lang.String |
IS_PEAKLIST_MDA
Deprecated. Move to usage location. |
static java.lang.String |
PKL_IS_XTANDEM
Deprecated. Move to usage location. |
static java.lang.String |
PROJECT_ANNOTATED_MDA
Deprecated. No longer in use. |
static java.lang.String |
PROP_DELETE_NEW_VERSION
Deprecated. No longer in use. |
static java.lang.String |
PROP_DELETE_OLD_VERSION
Deprecated. No longer in use. |
static java.lang.String |
PROP_DELETED
Deprecated. Moved to meta data properties, name of MetaData.PROP_HIDDEN |
static java.lang.String |
PROP_NEW_VERSION
Deprecated. Moved to meta data properties, name of MetaData.PROP_VERSION_NEXT |
static java.lang.String |
PROP_OLD_VERSION
Deprecated. Moved to meta data properties, name of MetaData.PROP_VERSION_PREVIOUS |
static java.lang.String |
PROP_PUBLISHED_TIMESTAMP
Deprecated. Moved to AES file encoding properties, name of FileEncoding.PROP_TIMESTAMP_PUBLISHED |
static java.lang.String |
PROP_STICKY_SERVER_HOST
Name of the meta data annotation that notes the host name for a server on which a file should be stuck. |
static java.lang.String |
PROP_STICKY_SERVER_URL
Deprecated. Use PROP_STICKY_SERVER_HOST |
static java.lang.String |
PROP_UNDELETED
Deprecated. No longer in use. |
static java.lang.String |
SEQUEST_OUT_MDVALUE
Deprecated. Move to usage location. |
static MetaDataAnnotation |
SHARE_META_DATA_IF_ENCRYPTED_ANNOTATION
Deprecated. Moved to meta data properties, name of MetaData.PROP_SHARE_INFO_IF_ENCRYPTED |
| Constructor Summary | |
|---|---|
MetaDataAnnotation(java.lang.String value)
|
|
MetaDataAnnotation(java.lang.String name,
java.lang.String value)
|
|
| Method Summary | |
|---|---|
static MetaDataAnnotation |
createFromString(java.lang.String string)
Create from a string. |
boolean |
equals(java.lang.Object o)
Compare two meta data annotation objects. |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getValue()
Returns the value. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setValue(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
Returns the string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROP_STICKY_SERVER_URL
public static final java.lang.String PROP_STICKY_SERVER_HOST
Name of the meta data annotation that notes the host name for a server on which a file should be stuck.
public static final java.lang.String FILE_LAST_MODIFIED_TIMESTAMP
Name of the meta data annotation that notes when the file was last modified.
public static final java.lang.String PROP_DELETED
Name of a "Deleted" meta data annotation. Really used for hiding data sets.
public static final java.lang.String PROP_UNDELETED
Name of an "Undeleted" meta data annotation.
public static final java.lang.String PROP_PUBLISHED_TIMESTAMP
Name of a "Publish Passphrase Timestamp" meta data annotation.
public static final java.lang.String PROP_OLD_VERSION
Name of an "Old Version" meta data annotation.
public static final java.lang.String PROP_DELETE_OLD_VERSION
Name of a "Delete Old Version" meta data annotation.
public static final java.lang.String PROP_NEW_VERSION
Name of a "New Version" meta data annotation.
public static final java.lang.String PROP_DELETE_NEW_VERSION
Name of a "Delete New Version" meta data annotation.
public static final java.lang.String PROJECT_ANNOTATED_MDA
Meta-data annotation name flagging that project has been annotated.
public static final java.lang.String IS_PEAKLIST_MDA
Meta-data annotation name flagging that file is a peaklist.
public static final java.lang.String IS_OUT_MDA
Meta-data annotation name for an output file annotation.
public static final java.lang.String SEQUEST_OUT_MDVALUE
Meta-data annotation value for sequest output file.
public static final java.lang.String PKL_IS_XTANDEM
Meta-data annotation value flagging a peaklist as XTandem.
public static final MetaDataAnnotation SHARE_META_DATA_IF_ENCRYPTED_ANNOTATION
Annotation used with encrypted projects if user permits sharing meta data while encrypted.
public static final java.lang.String DELIMITER
The delimiter between the name and value for the annotation.
| Constructor Detail |
|---|
public MetaDataAnnotation(java.lang.String name,
java.lang.String value)
name - value - public MetaDataAnnotation(java.lang.String value)
value - | Method Detail |
|---|
public final java.lang.String getValue()
Returns the value.
public final void setValue(java.lang.String value)
Sets the value.
value - public final java.lang.String getName()
Returns the name.
public final void setName(java.lang.String name)
Sets the name.
name - public java.lang.String toString()
Returns the string representation.
toString in class java.lang.Objectpublic static final MetaDataAnnotation createFromString(java.lang.String string)
Create from a string.
string -
public boolean equals(java.lang.Object o)
Compare two meta data annotation objects.
equals in class java.lang.Objecto -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||