|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.util.entity.AbstractNamedEntity
org.torweg.pulse.util.entity.AbstractNamableEntity
org.torweg.pulse.accesscontrol.attributes.types.Option
@Entity(name="`Option`") public class Option
| Constructor Summary | |
|---|---|
protected |
Option()
Deprecated. |
|
Option(java.lang.String n,
java.lang.String v)
creates a new Option with the given name and value. |
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
returns a JDOM representation of the option. |
protected AbstractAttribute<Selection> |
getAttribute()
returns the attribute the option belongs to. |
java.lang.String |
getValue()
returns the option's value. |
void |
setAttribute(AbstractAttribute<Selection> a)
Deprecated. |
void |
setValue(java.lang.String v)
sets the value of the option. |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractNamableEntity |
|---|
setName |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractNamedEntity |
|---|
getName |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractBasicEntity |
|---|
compareTo, equals, getFullQualifiedClassNameJAXB, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.torweg.pulse.util.INameable |
|---|
setName |
| Methods inherited from interface org.torweg.pulse.util.INamed |
|---|
getName |
| Constructor Detail |
|---|
@Deprecated protected Option()
public Option(java.lang.String n,
java.lang.String v)
Option with the given name and value.
n - the namev - the value| Method Detail |
|---|
public final java.lang.String getValue()
public final void setValue(java.lang.String v)
v - the value to setprotected final AbstractAttribute<Selection> getAttribute()
@Deprecated public final void setAttribute(AbstractAttribute<Selection> a)
SelectionAttribute.setOptions(java.util.Set)
to update the reverse mappings.
a - the attribute to set.public org.jdom.Element deserializeToJDOM()
deserializeToJDOM in interface JDOMable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||