public class EnumStringMetricDescriptor extends StringMetricDescriptor
Java-Klasse für EnumStringMetricDescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="EnumStringMetricDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}StringMetricDescriptor">
<sequence>
<element name="AllowedValue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="EnumCodes" type="{http://domain-model-uri/15/04}EnumNomenRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
allowedValues |
protected java.util.List<EnumNomenRef> |
enumCodes |
availability, bodySites, category, maxDelayTime, unitdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
EnumStringMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAllowedValues()
Gets the value of the allowedValues property.
|
java.util.List<EnumNomenRef> |
getEnumCodes()
Gets the value of the enumCodes property.
|
getAvailability, getBodySites, getCategory, getMaxDelayTime, getUnit, setAvailability, setCategory, setMaxDelayTime, setUnitgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected java.util.List<java.lang.String> allowedValues
protected java.util.List<EnumNomenRef> enumCodes
public java.util.List<java.lang.String> getAllowedValues()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allowedValues property.
For example, to add a new item, do as follows:
getAllowedValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<EnumNomenRef> getEnumCodes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the enumCodes property.
For example, to add a new item, do as follows:
getEnumCodes().add(newItem);
Objects of the following type(s) are allowed in the list
EnumNomenRef