com.ibm.pdp.maf.rpp.kernel
Interface StringType

All Superinterfaces:
Element, SimpleType
All Known Subinterfaces:
ReferenceType

public interface StringType
extends SimpleType

This interface represents a string type


Field Summary
static java.lang.String copyright
           
 
Method Summary
 StringCaseValues getCase()
           
 int getMaxLength()
           
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getCase

StringCaseValues getCase()


If the meaning of the 'Case' attribute isn't clear,
there really should be more of a description here...

Returns:

getMaxLength

int getMaxLength()

Returns the maximum length. (-1 == unbounded)

Returns: