Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.SubjectAreaProperties
-
Packages that use SubjectAreaProperties Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of SubjectAreaProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return SubjectAreaProperties Modifier and Type Method Description SubjectAreaPropertiesSubjectAreaElement. getProperties()Return the properties of the subject area.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type SubjectAreaProperties Modifier and Type Method Description voidSubjectAreaElement. setProperties(SubjectAreaProperties properties)Set up the properties of the subject area. -
Uses of SubjectAreaProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type SubjectAreaProperties Constructor Description SubjectAreaProperties(SubjectAreaProperties template)Copy/clone constructor
-