|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
PhysicalAttribute.
Factory| Method Summary | |
PhysicalAttribute[] |
create(java.lang.String[] attrNameArray,
AttributeDataType dataType)
Creates an array of PhysicalAttribute with the given names and the attribute representation. |
PhysicalAttribute |
create(java.lang.String attrName,
AttributeDataType dataType)
Creates an instance of PhysicalAttribute with the given name and attribute representation. |
PhysicalAttribute |
create(java.lang.String attrName,
AttributeDataType dataType,
PhysicalAttributeRole role)
Creates an instance of PhysicalAttribute with the given name, attribute representation and role. |
boolean |
supportsCapability(PhysicalAttributeCapability capability)
Returns true if the specified capability is supported by the implementation. |
| Method Detail |
public PhysicalAttribute[] create(java.lang.String[] attrNameArray,
AttributeDataType dataType)
throws JDMException
PhysicalAttribute with the given names and the attribute representation. By default the attribute role will be data. The array size indicates the number of attributes to be created.
attrNameArray - dataType -
JDMException
public PhysicalAttribute create(java.lang.String attrName,
AttributeDataType dataType)
throws JDMException
PhysicalAttribute with the given name and attribute representation. By default the attribute role will be systemDefault.
attrName - dataType - The data type of the physical attribute.
JDMException
public PhysicalAttribute create(java.lang.String attrName,
AttributeDataType dataType,
PhysicalAttributeRole role)
throws JDMException
PhysicalAttribute with the given name, attribute representation and role.
attrName - dataType - The data type of the physical attribute.role - The role of the physical attribute that specifies the kind of the data the attribute represents.
JDMException
public boolean supportsCapability(PhysicalAttributeCapability capability)
throws JDMException
capability - The capability in question.
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||