Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Interface MultiPartValue.Part.Type  view MultiPartValue.Part.Type download MultiPartValue.Part.Type.java

Enclosing interface:
MultiPartValue.Part

public static interface MultiPartValue.Part.Type

Constants for the type of the part.


Field Summary
static int Attribute
          This part is an attribute.
static int Literal
          This part is a constant value.
 

Field Detail

Literal

public static final int Literal
This part is a constant value.

See Also:
Constant Field Values

Attribute

public static final int Attribute
This part is an attribute.

See Also:
Constant Field Values