|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ descriptor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.cerberus.component.descriptor
Class MultiPartValue.Part

java.lang.Objectcom.aendvari.cerberus.component.descriptor.MultiPartValue.Part
- Enclosing class:
- MultiPartValue
- public static class MultiPartValue.Part
- extends java.lang.Object
Describes a single part of the value. A part may be either a literal or a attribute.
| Nested Class Summary | |
static interface |
MultiPartValue.Part.Type
Constants for the type of the part. |
| Field Summary | |
protected int |
type
The type of the part. |
protected java.lang.String |
value
The value of the part. |
| Constructor Summary | |
MultiPartValue.Part(int setType,
java.lang.String setValue)
Constructs a Part instance. |
|
MultiPartValue.Part(MultiPartValue.Part part)
Constructs a Part instance from the one supplied. |
|
| Method Summary | |
int |
getType()
|
java.lang.String |
getValue()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
type
protected int type
- The type of the part.
value
protected java.lang.String value
- The value of the part.
| Constructor Detail |
MultiPartValue.Part
public MultiPartValue.Part(int setType,
java.lang.String setValue)
- Constructs a
Partinstance.
MultiPartValue.Part
public MultiPartValue.Part(MultiPartValue.Part part)
- Constructs a
Partinstance from the one supplied.
| Method Detail |
getType
public int getType()
getValue
public java.lang.String getValue()
|
|||||||||
| Home >> All >> com >> aendvari >> cerberus >> component >> [ descriptor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.cerberus.component.descriptor.MultiPartValue.Part