eof.java4autocad
Class AcAttributeMode

java.lang.Object
  extended byeof.java4autocad.AcAttributeMode

public abstract class AcAttributeMode
extends java.lang.Object

Author:
Administrator TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static int acAttributeModeConstant
           
static int acAttributeModeInvisible
           
static int acAttributeModePreset
           
static int acAttributeModeVerify
           
 
Constructor Summary
AcAttributeMode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

acAttributeModeInvisible

public static final int acAttributeModeInvisible
See Also:
Constant Field Values

acAttributeModeConstant

public static final int acAttributeModeConstant
See Also:
Constant Field Values

acAttributeModeVerify

public static final int acAttributeModeVerify
See Also:
Constant Field Values

acAttributeModePreset

public static final int acAttributeModePreset
See Also:
Constant Field Values
Constructor Detail

AcAttributeMode

public AcAttributeMode()