public class ERMetadataEntry extends Object
Constructor and Description |
---|
ERMetadataEntry(int type,
String name,
Object value,
Class dataType)
Constructs a new ERMetadataEntry.
|
Modifier and Type | Method and Description |
---|---|
Class |
getDataType()
Returns the data type of the entry.
|
int |
getIntValue(boolean firstWord)
Returns the int value of the entry.
|
String |
getName()
Returns the directory-specific name for the entry.
|
String |
getStringValue()
Returns the string value of the entry.
|
int |
getType()
Returns the directory-specific identifier for the entry.
|
Object |
getValue()
Returns the value of the entry.
|
boolean |
isValid()
Returns whether or not this metadata entry is valid (// MS ...
|
static boolean |
isValid(ERMetadataEntry entry)
メタデータ・エントリーが有効かどうかをチェックします。
|
String |
toString() |
public ERMetadataEntry(int type, String name, Object value, Class dataType)
type
- the directory-specific identifier for the entryname
- the directory-specific name of the entryvalue
- the value of the entrydataType
- the dataType of the entry
ERMetadataEntry を作成します。type
- - エントリーのディレクトリ認識タイプname
- - エントリーのディレクトリ認識名value
- - エントリーの値dataType
- - エントリーのデータ・タイプ
public Class getDataType()
public int getType()
public String getName()
public Object getValue()
public String getStringValue()
public int getIntValue(boolean firstWord)
firstWord
- if true, only the first word is converted to an intfirstWord
- - true の場合、最初のワードのみが変換されるpublic boolean isValid()
public static boolean isValid(ERMetadataEntry entry)
entry
- - チェックするエントリーCopyright © 2002 – 2024 Project Wonder.