com.ptc.wgmecad.ecad
Class ECADAttributesDef
java.lang.Object
com.ptc.wgmecad.ecad.ECADAttributesDef
- public class ECADAttributesDef
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeName
private String attributeName
attributeType
private String attributeType
send
private boolean send
receive
private boolean receive
ECADAttributesDef
ECADAttributesDef(String name,
String type,
boolean send,
boolean receive)
getAttributeName
public String getAttributeName()
getAttributeType
public String getAttributeType()
getSend
public boolean getSend()
getReceive
public boolean getReceive()