algoanim.primitives.vhdl
Class VHDLPin
java.lang.Object
algoanim.primitives.vhdl.VHDLPin
public class VHDLPin
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_NOT_DEFINED
public static final char VALUE_NOT_DEFINED
- See Also:
- Constant Field Values
pinType
protected VHDLPinType pinType
name
protected java.lang.String name
value
protected char value
VHDLPin
public VHDLPin(VHDLPinType type,
java.lang.String pinName,
char pinValue)
getPinType
public VHDLPinType getPinType()
- Returns:
- the pinType
setPinType
public void setPinType(VHDLPinType pinType)
- Parameters:
pinType - the pinType to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
getValue
public char getValue()
- Returns:
- the value
setValue
public void setValue(char value)
- Parameters:
value - the value to set