|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XNode
inetsoft.uql.schema.XTypeNode
inetsoft.uql.schema.StringType
inetsoft.uql.schema.EnumType
public class EnumType
Enum type node.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.schema.XTypeNode |
|---|
STAR |
| Fields inherited from class inetsoft.uql.XNode |
|---|
value |
| Constructor Summary | |
|---|---|
EnumType()
Create a Enum type node. |
|
EnumType(String name)
Create a Enum type node. |
|
| Method Summary | |
|---|---|
protected String |
getAttributeString()
Get additional attributes string. |
String[] |
getEnums()
|
String |
getType()
Get the type of this node. |
boolean |
isPrimitive()
Return true if this is a primitive type. |
XNode |
newInstance()
Create a value tree corresponding to the data type defined by this type. |
void |
parseXML(Element root)
Parse the XML element that contains information on this data source. |
void |
setEnums(String[] enums)
|
| Methods inherited from class inetsoft.uql.schema.XTypeNode |
|---|
addAttribute, addChild, clone, clone, cloneType, compareTo, equals, getAttribute, getAttributeCount, getAttributeIndex, getAttributeType, getFormat, getMaxOccurs, getMinOccurs, getTypeNode, getXMetaInfo, isCompatible, isDate, isNumber, isTypeNodeExists, newInstance, setAttribute, setFormat, setMaxOccurs, setMinOccurs, setXMetaInfo, toString, writeAttributes, writeTreeXML, writeTypeXML, writeXML |
| Methods inherited from class inetsoft.uql.XNode |
|---|
addChild, addChild, addr, checkDuplicate, cloneValue, eq, getAttribute, getAttributeNames, getChild, getChild, getChildCount, getChildIndex, getDefaultFormat, getName, getNode, getParent, getPath, getPath, getValue, getValue, hashCode, insertChild, isAncestor, removeAllChildren, removeChild, removeChild, removeChild, removeChild, setAttribute, setChild, setDefaultFormat, setName, setValue, sort, sort |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnumType()
public EnumType(String name)
| Method Detail |
|---|
public String getType()
getType in class StringTypepublic boolean isPrimitive()
isPrimitive in class StringTypepublic XNode newInstance()
newInstance in class StringTypepublic String[] getEnums()
public void setEnums(String[] enums)
public void parseXML(Element root)
parseXML in interface inetsoft.util.XMLSerializableparseXML in class XTypeNodeprotected String getAttributeString()
getAttributeString in class XTypeNode
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||