servicenow.community.soap
Class GlideFieldDefinition

java.lang.Object
  extended by servicenow.community.soap.GlideFieldDefinition

public class GlideFieldDefinition
extends java.lang.Object

Contains data type information for a single field in a Glide table.

Author:
LewisGF

Constructor Summary
GlideFieldDefinition(GlideTable table, GlideRecord dictionary)
           
 
Method Summary
 GlideFieldDefinition displayValueDefinition()
           
 int getLength()
           
 java.lang.String getName()
           
 java.lang.String getReference()
           
 java.lang.String getType()
           
 boolean isDisplayValue()
           
 boolean isReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlideFieldDefinition

public GlideFieldDefinition(GlideTable table,
                            GlideRecord dictionary)
Method Detail

displayValueDefinition

public GlideFieldDefinition displayValueDefinition()

getName

public java.lang.String getName()

getType

public java.lang.String getType()

getLength

public int getLength()

getReference

public java.lang.String getReference()

isReference

public boolean isReference()

isDisplayValue

public boolean isDisplayValue()