com.supermap.data
类 RelLineText

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.RelLineText

public class RelLineText
extends Enum


字段摘要
static RelLineText OnBothLine
           
static RelLineText OnLeftLine
           
static RelLineText OnLine
           
static RelLineText OnRightLine
           
 
构造方法摘要
RelLineText(int value, int ugcValue)
           
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

OnLine

public static final RelLineText OnLine

OnLeftLine

public static final RelLineText OnLeftLine

OnRightLine

public static final RelLineText OnRightLine

OnBothLine

public static final RelLineText OnBothLine
构造方法详细信息

RelLineText

public RelLineText(int value,
                   int ugcValue)