@Deprecated
public interface Property
extends java.io.Serializable
PropertyBrokerService may be used to create
instances of Property. After instantiation, required fields must be set using
setter methods on PropertyController.
Currently only Name is supported.
PropertyBrokerService,
PropertyController| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassname()
Deprecated.
Returns class used to encapsulate the property value.
|
java.lang.String |
getName()
Deprecated.
Returns the name of the property.
|
java.lang.String |
getNamespace()
Deprecated.
Returns a string containing the type namespace.
|
java.lang.Object |
getOwningDefinitionId()
Deprecated.
|
java.lang.String |
getType()
Deprecated.
Returns a string containing the property type.
|
java.lang.String getName()
String containing the name of the property.java.lang.String getType()
String containing the property type.java.lang.String getNamespace()
String containing the type namespace.getType()java.lang.String getClassname()
String.String containing the class name of the value of the property.java.lang.Object getOwningDefinitionId()