Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.Meaning
-
Packages that use Meaning Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of Meaning in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Meaning Modifier and Type Field Description protected MeaningAssetMeaning. meaningBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Meaning Modifier and Type Method Description protected MeaningAssetMeaning. getMeaningBean()Return the bean containing all of the propertiesConstructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Meaning Constructor Description AssetMeaning(AssetDescriptor parentAsset, Meaning meaningBean)Bean constructorAssetMeaning(Meaning meaningBean)Bean constructor -
Uses of Meaning in org.odpi.openmetadata.frameworks.connectors.properties.beans
Fields in org.odpi.openmetadata.frameworks.connectors.properties.beans with type parameters of type Meaning Modifier and Type Field Description protected List<Meaning>Referenceable. meaningsMethods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return types with arguments of type Meaning Modifier and Type Method Description List<Meaning>Referenceable. getMeanings()Return the assigned meanings for this metadata entity.Method parameters in org.odpi.openmetadata.frameworks.connectors.properties.beans with type arguments of type Meaning Modifier and Type Method Description voidReferenceable. setMeanings(List<Meaning> meanings)Set up the assigned meanings for this metadata entity.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Meaning Constructor Description Meaning(Meaning templateMeaning)Copy/clone constructor.
-