|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PropertyMode>
rcf.core.framework.component.PropertyMode
@Revision(value="$Revision: 1.1 $",
date="$Date: 2006/11/29 21:10:25 $",
tag="$Name: $")
public enum PropertyModeTODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString
| Enum Constant Summary | |
|---|---|
Both
TODO: Javadoc |
|
Neither
TODO: Javadoc |
|
Read
TODO: Javadoc |
|
Write
TODO: Javadoc |
|
| Field Summary | |
|---|---|
boolean |
isReadable
TODO: Javadoc |
boolean |
isWritable
TODO: Javadoc |
| Method Summary | |
|---|---|
static PropertyMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PropertyMode Neither
public static final PropertyMode Read
public static final PropertyMode Write
public static final PropertyMode Both
| Field Detail |
|---|
public final boolean isReadable
public final boolean isWritable
| Method Detail |
|---|
public static final PropertyMode[] values()
for(PropertyMode c : PropertyMode.values())
System.out.println(c);
public static PropertyMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||