|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.prosysopc.ua.server.StructureInfo
public class StructureInfo
| Method Summary | |
|---|---|
Class<?> |
getFieldJavaClass(String field)
|
Set<String> |
getFields()
Get all Fields of this Structure. |
Object |
getFieldValue(org.opcfoundation.ua.builtintypes.Structure s,
String fieldName)
Get field value from a Structure |
Map<String,Object> |
getSubComponents(org.opcfoundation.ua.builtintypes.Structure s)
|
boolean |
setFieldValue(org.opcfoundation.ua.builtintypes.Structure s,
String fieldName,
Object newValue)
Write value for a Structure field |
void |
setSubComponents(org.opcfoundation.ua.builtintypes.Structure s,
Map<String,Object> values)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Class<?> getFieldJavaClass(String field)
public Set<String> getFields()
public Object getFieldValue(org.opcfoundation.ua.builtintypes.Structure s,
String fieldName)
s - the StructurefieldName - the field name
public Map<String,Object> getSubComponents(org.opcfoundation.ua.builtintypes.Structure s)
public boolean setFieldValue(org.opcfoundation.ua.builtintypes.Structure s,
String fieldName,
Object newValue)
s - the structurefieldName - the fieldnewValue - the new value for the field
public void setSubComponents(org.opcfoundation.ua.builtintypes.Structure s,
Map<String,Object> values)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||