Package org.projecthusky.valueset.model
Class ValueSetBase
java.lang.Object
org.projecthusky.valueset.model.ValueSetBase
- Direct Known Subclasses:
ValueSet
,ValueSetPackage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a mapping identificator. Fügt einen Zuordnungsidentifikator hinzu.void
addMappingName
(String value) Adds a mapping name. Fügt einen Zuordnungsnamen hinzu.void
Clears the mapping identificator list. Löscht die Liste der Zuordnungsidentifikatoren.void
Clears the mapping name list. Löscht die Liste der Zuordnungsnamen.protected boolean
protected boolean
protected boolean
protected boolean
boolean
Checks whether the list member contains the given value. Überprüft, ob die Liste den angegebenen Wert enthält. Contains.boolean
containsMappingName
(String value) Checks whether the list member contains the given value. Überprüft, ob die Liste den angegebenen Wert enthält. Contains.Gets the identificator. Ruft den Identifikator ab.Gets the mapping identificator list. Ruft die Liste der Zuordnungsidentifikatoren ab.Gets the mapping name list. Ruft die Liste der Zuordnungsnamen ab.Gets the version. Ruft die Version ab.void
setIdentificator
(IdentificatorBaseType identificator) Sets the identificator. Legt den Identifikator fest.void
setMappingIdentificatorList
(List<IdentificatorBaseType> mappingIdentificatorList) Sets the mapping identificator list. Legt die Liste der Zuordnungsidentifikatoren fest.void
setMappingNameList
(List<String> mappingNameList) Sets the mapping name list. Legt die Liste der Zuordnungsnamen fest.void
setVersion
(Version version) Sets the version. Legt die Version fest.
-
Constructor Details
-
ValueSetBase
public ValueSetBase()
-
-
Method Details
-
addMappingIdentificator
Adds a mapping identificator.Fügt einen Zuordnungsidentifikator hinzu.- Parameters:
value
- the value
-
addMappingName
Adds a mapping name.Fügt einen Zuordnungsnamen hinzu.- Parameters:
value
- the value
-
clearMappingIdentificatorList
public void clearMappingIdentificatorList()Clears the mapping identificator list.Löscht die Liste der Zuordnungsidentifikatoren. -
clearMappingNameList
public void clearMappingNameList()Clears the mapping name list.Löscht die Liste der Zuordnungsnamen. -
containsMappingIdentificator
Checks whether the list member contains the given value.Überprüft, ob die Liste den angegebenen Wert enthält.Contains.- Parameters:
value
- the value- Returns:
- true, if successful
-
containsMappingName
Checks whether the list member contains the given value.Überprüft, ob die Liste den angegebenen Wert enthält.Contains.- Parameters:
value
- the value- Returns:
- true, if successful
-
compareIdentificator
-
compareMappingNameList
-
compareMappingIdentificatorList
-
compareVersion
-
getIdentificator
Gets the identificator.Ruft den Identifikator ab.- Returns:
- the identificator
-
getMappingIdentificatorList
Gets the mapping identificator list.Ruft die Liste der Zuordnungsidentifikatoren ab.- Returns:
- the mapping identificator list
-
getMappingNameList
Gets the mapping name list.Ruft die Liste der Zuordnungsnamen ab.- Returns:
- the mapping name list
-
getVersion
Gets the version.Ruft die Version ab.- Returns:
- the version
-
setIdentificator
Sets the identificator.Legt den Identifikator fest.- Parameters:
identificator
- the new identificator
-
setMappingIdentificatorList
Sets the mapping identificator list.Legt die Liste der Zuordnungsidentifikatoren fest.- Parameters:
mappingIdentificatorList
- the new mapping identificator list
-
setMappingNameList
Sets the mapping name list.Legt die Liste der Zuordnungsnamen fest.- Parameters:
mappingNameList
- the new mapping name list
-
setVersion
Sets the version.Legt die Version fest.- Parameters:
version
- the new version
-