|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PVField
PVField is the base class for each PVData field. Each PVType has an interface that extends PVField.
| Method Summary | |
|---|---|
Field |
getField()
Get the Field that describes the field. |
java.lang.String |
getFullFieldName()
Get the fullFieldName, i.e. |
java.lang.String |
getFullName()
Get the full name, which is the recordName plus the fullFieldName |
PVField |
getParent()
Get the parent of this field. |
PVRecord |
getPVRecord()
Get the record. |
java.lang.String |
getSupportName()
Get the support name if it exists. |
void |
replacePVField(PVField newPVField)
Replace the data implementation for a field. |
void |
setSupportName(java.lang.String name)
Set the name of the support or null to specify no support. |
java.lang.String |
toString()
Convert the PVField to a string. |
java.lang.String |
toString(int indentLevel)
Convert the PVField to a string. |
| Methods inherited from interface org.epics.ioc.util.Requester |
|---|
getRequesterName, message |
| Method Detail |
|---|
java.lang.String getFullFieldName()
java.lang.String getFullName()
Field getField()
PVField getParent()
PVRecord getPVRecord()
void replacePVField(PVField newPVField)
newPVField - The new implementation for this field.java.lang.String getSupportName()
void setSupportName(java.lang.String name)
name - The name.java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toString(int indentLevel)
indentLevel - The indentation level.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||