|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.File.CharacterSet
public static final class File.CharacterSet
The character set of a working file on disk.
File.Type.CharacterSetProperty,
File.Type.PropertyCollection.CHARACTER_SET,
Serialized Form| Field Summary | |
|---|---|
static File.CharacterSet[] |
ALL
All legal Character Set values. |
static File.CharacterSet |
ASCII
The working file on disk has ASCII content. |
static File.CharacterSet |
BINARY
The working file on disk has Binary content. |
static File.CharacterSet |
UNICODE
The working file on disk has Unicode content. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this CharacterSet with the Object o for equality |
static File.CharacterSet |
fromID(int id)
Gets the CharacterSet value corresponding to the given ID. |
static File.CharacterSet |
fromValue(EnumeratedValue value)
Gets the CharacterSet value corresponding to the given EnumeratedValue. |
int |
getCode()
Return the enum code for this object. |
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in CharacterSetProperty. |
int |
hashCode()
Returns a hashCode for this CharacterSet |
| Methods inherited from class com.starteam.EnumeratedValue |
|---|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayName, getDisplayNameTranslations, getInternalName, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final File.CharacterSet ASCII
public static final File.CharacterSet BINARY
public static final File.CharacterSet UNICODE
public static final File.CharacterSet[] ALL
| Method Detail |
|---|
public int getID()
File.Type.CharacterSetPropertypublic int getCode()
getCode in class EnumeratedValuepublic static File.CharacterSet fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a CharacterSetProperty.
public static File.CharacterSet fromID(int id)
id - A CharacterSet ID.
public boolean equals(java.lang.Object o)
equals in class EnumeratedValueo - the Object to compare to
public int hashCode()
hashCode in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||