public class ContentType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
WS_COLLAPSE |
static int |
WS_PRESERVE |
static int |
WS_REPLACE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseName()
TODO: Verify this one...
|
java.lang.String[] |
getEnumeration() |
java.lang.Integer |
getFractionDigits() |
java.lang.Integer |
getLength() |
java.lang.Integer |
getMaxExclusive() |
java.lang.Integer |
getMaxInclusive() |
java.lang.Integer |
getMaxLength() |
java.lang.Integer |
getMinExclusive() |
java.lang.Integer |
getMinInclusive() |
java.lang.Integer |
getMinLength() |
java.lang.String |
getName() |
java.lang.String[] |
getPattern() |
java.lang.Integer |
getTotalDigits() |
java.lang.Integer |
getWhiteSpaceHandling() |
public static final int WS_COLLAPSE
public static final int WS_PRESERVE
public static final int WS_REPLACE
public java.lang.String getBaseName()
public java.lang.String[] getEnumeration()
public java.lang.Integer getFractionDigits()
public java.lang.Integer getLength()
public java.lang.Integer getMaxExclusive()
public java.lang.Integer getMaxInclusive()
public java.lang.Integer getMaxLength()
public java.lang.Integer getMinExclusive()
public java.lang.Integer getMinInclusive()
public java.lang.Integer getMinLength()
public java.lang.String getName()
public java.lang.String[] getPattern()
public java.lang.Integer getTotalDigits()
public java.lang.Integer getWhiteSpaceHandling()
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.