Class Property
java.lang.Object
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.ModelElement
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.Property
Property describes an instance of an attribute or a link to a concept. These properties are private to
a concept. The property description is shared amongst properties of the same name.
-
Constructor Summary
ConstructorDescriptionProperty
(String guid, String technicalName, PropertyDescription propertyDescription) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setMaxCount
(String maxCount) void
setMinCount
(String minCount) Methods inherited from class org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.ModelElement
getDescription, getDisplayName, getGUID, getTechnicalName, getVersion, setDescription, setDisplayName, setGUID, setTechnicalName, setVersion, toString
-
Constructor Details
-
Property
-
-
Method Details
-
getMinCount
-
setMinCount
-
getMaxCount
-
setMaxCount
-
isOptional
public boolean isOptional() -
isSingleton
public boolean isSingleton()
-