public interface IPDISignalDescriptor
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get signal description
|
String |
getName()
Get signal name
|
boolean |
getPass()
Get pass flag
|
boolean |
getPrint()
Get print flag
|
boolean |
getStop()
Get stop flag
|
void |
setDescription(String desc)
Set signal description
|
void |
setName(String name)
Set signal name
|
void |
setPass(boolean pass)
Set pass flag
|
void |
setPrint(boolean print)
Set print flag
|
void |
setStop(boolean stop)
Set stop flag
|
String getDescription()
String getName()
boolean getPass()
boolean getPrint()
boolean getStop()
void setDescription(String desc)
desc
- void setName(String name)
name
- void setPass(boolean pass)
pass
- void setPrint(boolean print)
print
- void setStop(boolean stop)
stop
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.