|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.cinnabarsystems.clm.LicenseElement
public abstract class LicenseElement
Base class for data elements comprising a license specification. Each LicenseElement contains a name of the element, along with a collection of zero or more Attributes pertaining to the LicenseElement.
| Method Summary | |
|---|---|
Attribute |
getAttribute(String name)
Get the Attribute object for the given attribute name. |
Collection |
getAttributes()
Get all the Attributes for this LicenseElement. |
String |
getName()
Get the name of this element. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
public Attribute getAttribute(String name)
name - the name of the attribute
public Collection getAttributes()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||