Package org.eclipse.wst.xml.xpath2.processor.internal.types.builtin


org.eclipse.wst.xml.xpath2.processor.internal.types.builtin
Class BuiltinListTypeDefinition



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 booleangetBounded()
    
public shortgetBuiltInKind()
    
public booleangetFinite()
    
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinitiongetItemType()
    
public java.util.ListgetMemberTypes()
    
public booleangetNumeric()
    
public shortgetOrdered()
    
public org.eclipse.wst.xml.xpath2.api.typesystem.SimpleTypeDefinitiongetPrimitiveType()
    
public shortgetVariety()
    
public booleanisAbstract()
    

Constructor Detail

BuiltinListTypeDefinition

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)


BuiltinListTypeDefinition

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

getBounded

public boolean getBounded()

Returns

boolean


getBuiltInKind

public short getBuiltInKind()

Returns

short


getFinite

public boolean getFinite()

Returns

boolean


getItemType

public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getItemType()

Returns

org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition


getMemberTypes

public java.util.List getMemberTypes()

Returns

java.util.List


getNumeric

public boolean getNumeric()

Returns

boolean


getOrdered

public short getOrdered()

Returns

short


getPrimitiveType

public org.eclipse.wst.xml.xpath2.api.typesystem.SimpleTypeDefinition getPrimitiveType()

Returns

org.eclipse.wst.xml.xpath2.api.typesystem.SimpleTypeDefinition


getVariety

public short getVariety()

Returns

short


isAbstract

public boolean isAbstract()

Returns

boolean