|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INamedObjectDefinition
This interface is an abstract representation of named definition elements.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of this definition element. |
java.lang.String |
getName()
Returns the name of this definition element. |
java.lang.String |
getProperty(java.lang.String name)
Returns an additional property value of this definition element. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
Note: The description could be internationalized, if the description starts with a '%' character. In this case the description is interpreted as a key to the respective application resource bundles for internationalization.
null, if no description
exists for this elementjava.lang.String getProperty(java.lang.String name)
Note that this method is currently for internal use only!
name - the name of the property
null if not existing
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||