Package org.eclipse.wst.xml.xpath2.processor.internal.types.builtin
public class BuiltinListTypeDefinition extends org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinTypeDefinition
Constructor Summary |
BuiltinListTypeDefinition(javax.xml.namespace.QName name
,
org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinTypeDefinition baseType
,
org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinAtomicTypeDefinition itemType) |
BuiltinListTypeDefinition(java.lang.String name
,
org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinTypeDefinition baseType
,
org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinAtomicTypeDefinition itemType) |
Method Summary | |
public boolean | getBounded() |
public short | getBuiltInKind() |
public boolean | getFinite() |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getItemType() |
public java.util.List | getMemberTypes() |
public boolean | getNumeric() |
public short | getOrdered() |
public org.eclipse.wst.xml.xpath2.api.typesystem.SimpleTypeDefinition | getPrimitiveType() |
public short | getVariety() |
public boolean | isAbstract() |
Constructor Detail |
public BuiltinListTypeDefinition(javax.xml.namespace.QName name
,
org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinTypeDefinition baseType
,
org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinAtomicTypeDefinition itemType)
public BuiltinListTypeDefinition(java.lang.String name
,
org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinTypeDefinition baseType
,
org.eclipse.wst.xml.xpath2.processor.internal.types.builtin.BuiltinAtomicTypeDefinition itemType)
Methods Detail |
public boolean getBounded()
boolean
public short getBuiltInKind()
short
public boolean getFinite()
boolean
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getItemType()
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
public java.util.List getMemberTypes()
java.util.List
public boolean getNumeric()
boolean
public short getOrdered()
short
public org.eclipse.wst.xml.xpath2.api.typesystem.SimpleTypeDefinition getPrimitiveType()
org.eclipse.wst.xml.xpath2.api.typesystem.SimpleTypeDefinition
public short getVariety()
short
public boolean isAbstract()
boolean