com.tensegrity.palowebviewer.modules.paloclient.client
Class XElementType

java.lang.Object
  extended by 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


Constructor Summary
XElementType()
           
XElementType(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 int hashCode()
           
static boolean isConsolidated(XElement element)
           
static boolean isNumeric(XElement element)
           
static boolean isString(XElement element)
           
static boolean isType(XElement element, IElementType type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XElementType

public XElementType()

XElementType

public XElementType(java.lang.String name)
Method Detail

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