|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.xml.SchemaFieldInfo
Stores information pertaining to fields (elements) in xml documents
Field Summary | |
static int |
OPTIONS
|
static int |
TEXTFIELD
|
Constructor Summary | |
SchemaFieldInfo(java.lang.String type)
Creates a new instance of FieldInfo and initializes internal fields with the passed values |
Method Summary | |
java.lang.String |
getCanonicalizedFieldName()
returns the canonicalized field name for which this object stores the information |
java.util.Map |
getDefaultEnumerativeValueMap()
Returns Mapping from EnumerativeValue => Mapped Value (String => String). |
java.util.List |
getEnumerationList()
Returns the List (of Strings) to store enumerated values, if associated with this field |
int |
getFieldType()
returns the type of the field to display |
java.lang.Class |
getJavaType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int TEXTFIELD
public static final int OPTIONS
Constructor Detail |
public SchemaFieldInfo(java.lang.String type)
type
- The tye of the field (eg Integer, String, complex etc)Method Detail |
public java.lang.Class getJavaType()
public int getFieldType()
public java.lang.String getCanonicalizedFieldName()
public java.util.List getEnumerationList()
public java.util.Map getDefaultEnumerativeValueMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |