Constructor and Description |
---|
BasePVAuxInfo(PVField pvField)
Constructor for BaseFieldAttribute.
|
Modifier and Type | Method and Description |
---|---|
PVScalar |
createInfo(String key,
ScalarType scalarType)
Add a new auxiliary item or retrieve the interface to an existing item.
|
PVScalar |
getInfo(String key)
Get a single auxiliary item..
|
Map<String,PVScalar> |
getInfos()
Get a map of the current auxiliary items.
|
PVField |
getPVField()
Get the PVField with which this PVAuxInfo is associated
|
void |
toString(StringBuilder buf)
Generate a string describing the auxiliary information.
|
void |
toString(StringBuilder buf,
int indentLevel)
Generate a string describing the auxiliary information.
|
public BasePVAuxInfo(PVField pvField)
public PVField getPVField()
PVAuxInfo
getPVField
in interface PVAuxInfo
public PVScalar getInfo(String key)
PVAuxInfo
public Map<String,PVScalar> getInfos()
PVAuxInfo
public PVScalar createInfo(String key, ScalarType scalarType)
PVAuxInfo
createInfo
in interface PVAuxInfo
key
- The key.scalarType
- The scalarType.public void toString(StringBuilder buf, int indentLevel)
PVAuxInfo
public void toString(StringBuilder buf)
PVAuxInfo
Copyright © 2014. All Rights Reserved.