public interface MMetaDescription
extends java.io.Serializable
MMetaDescription
is the root interface for all metadata-related interfaces.
Other metadata interfaces and classes inherit from MMetaDescription the
ability to access property values. A property is an attribute of a class
or a user-defined extended property. Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
getProperties()
Enumerate over the list of property values.
|
java.lang.String |
getProperty(java.lang.String name)
Return the value of the named property; return null if the property was not found.
|
int |
getPropertyCount()
Retrieve the number of properties.
|
java.util.Enumeration |
getPropertyNames()
Enumerate over the list of property names.
|
boolean |
isOK()
Deprecated.
internal use only - do not document
|
boolean |
isOK(java.lang.StringBuffer errorReason)
Deprecated.
internal use only - do not document
|
int getPropertyCount()
java.lang.String getProperty(java.lang.String name)
java.util.Enumeration getProperties()
Enumeration.nextElement()
can be cast to String
.java.util.Enumeration getPropertyNames()
Enumeration.nextElement()
can be cast to String
.boolean isOK()
boolean isOK(java.lang.StringBuffer errorReason)