|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Attribute
A read only interface to the class
AttributeImpl,
which represents an HL7 v3 clone class attribute.
| Method Summary | |
|---|---|
CodingStrength |
getCodingStrength()
Returns the coding strength for this attribute. |
Datatype |
getDatatype()
Returns the datatype of this attribute. |
java.lang.String |
getDefaultValue()
Returns the default value for this attribute. |
java.lang.String[] |
getDomains()
Returns the vocabulary domains for this attribute. |
java.lang.String[] |
getFixedValues()
Returns the fixed values for this attribute. |
boolean |
isStructural()
Returns true if this attribute is defined as structural
in XML ITS (that means in XML instance it is represented by an XML
attribute instead of an XML element. |
| Methods inherited from interface org.hl7.meta.Feature |
|---|
getCardinality, getConformance, getConstraint, getName, getParent, getRimClass, getRimPropertyName, getSortKey, isMandatory |
| Method Detail |
|---|
Datatype getDatatype()
java.lang.String[] getDomains()
java.lang.String[] getFixedValues()
java.lang.String getDefaultValue()
CodingStrength getCodingStrength()
boolean isStructural()
true if this attribute is defined as structural
in XML ITS (that means in XML instance it is represented by an XML
attribute instead of an XML element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||