com.tensegrity.palowebviewer.modules.paloclient.client
Class XElementType
java.lang.Object
com.tensegrity.palowebviewer.modules.paloclient.client.XElementType
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, IElementType
- Direct Known Subclasses:
- XConsolidatedType, XInvalidType, XNumericType, XRuleType, XStringType
public class XElementType
- extends java.lang.Object
- implements IElementType
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
XElementType
public XElementType()
XElementType
public XElementType(java.lang.String name)
isConsolidated
public static final boolean isConsolidated(XElement element)
isString
public static final boolean isString(XElement element)
isNumeric
public static final boolean isNumeric(XElement element)
isType
public static final boolean isType(XElement element,
IElementType type)
getName
public java.lang.String getName()
- Specified by:
getName
in interface IElementType
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object