Interface SchemaNodeInformation
-
public interface SchemaNodeInformationRepresents theosd:informationelement associated with a node in a resolved data model.- See Also:
osd:infoproperty,SchemaNode.getInformation()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInformation()Returns the information text defined in the data model.
-
-
-
Method Detail
-
getInformation
String getInformation()
Returns the information text defined in the data model.
-
-