|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hl7.meta.mif.FeatureAdapter
org.hl7.meta.mif.AttributeAdapter
public class AttributeAdapter
| Field Summary |
|---|
| Fields inherited from class org.hl7.meta.mif.FeatureAdapter |
|---|
_inheritanceDegree, _owner |
| Method Summary | |
|---|---|
Cardinality |
getCardinality()
Returns the feature's cardinality. |
CodingStrength |
getCodingStrength()
Returns the coding strength for this attribute. |
Conformance |
getConformance()
Returns the conformance field attached to this feature. |
java.lang.String |
getConstraint()
Returns the textual constraint note attached to the feature. |
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. |
java.lang.String |
getName()
Returns the feature's name, which may be the attribute name, or the short name in case of an association. |
java.lang.String |
getRimClass()
Returns the name of the RIM class where the feature was originally defined. |
java.lang.String |
getRimPropertyName()
Returns the property name inside the RIM class. |
boolean |
isMandatory()
Returns a flag showing if the feature is mandatory in the clone class. |
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 class org.hl7.meta.mif.FeatureAdapter |
|---|
getParent, getSortKey, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.hl7.meta.Feature |
|---|
getParent, getSortKey |
| Method Detail |
|---|
public java.lang.String getName()
Feature
getName in interface FeaturegetName in class FeatureAdapterpublic Cardinality getCardinality()
Feature
getCardinality in interface FeaturegetCardinality in class FeatureAdapterpublic java.lang.String getRimPropertyName()
Feature
getRimPropertyName in interface FeaturegetRimPropertyName in class FeatureAdapterpublic boolean isMandatory()
Feature
isMandatory in interface FeatureisMandatory in class FeatureAdapterpublic Datatype getDatatype()
Attribute
getDatatype in interface Attributepublic java.lang.String[] getDomains()
Attribute
getDomains in interface Attributepublic java.lang.String[] getFixedValues()
Attribute
getFixedValues in interface Attributepublic java.lang.String getDefaultValue()
Attribute
getDefaultValue in interface Attributepublic CodingStrength getCodingStrength()
Attribute
getCodingStrength in interface Attributepublic boolean isStructural()
Attributetrue 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.
isStructural in interface Attributepublic Conformance getConformance()
Feature
getConformance in interface FeaturegetConformance in class FeatureAdapterpublic java.lang.String getRimClass()
Feature
getRimClass in interface FeaturegetRimClass in class FeatureAdapterpublic java.lang.String getConstraint()
Feature
getConstraint in interface FeaturegetConstraint in class FeatureAdapter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||