org.apache.commons.betwixt.schema
Class SimpleLocalElement
java.lang.Object
org.apache.commons.betwixt.schema.LocalElement
org.apache.commons.betwixt.schema.SimpleLocalElement
- All Implemented Interfaces:
- Element
public class SimpleLocalElement
- extends LocalElement
- Version:
- $Revision: 561314 $
- Author:
- Apache Commons Team
SimpleLocalElement
public SimpleLocalElement(String name,
String type)
SimpleLocalElement
public SimpleLocalElement(TranscriptionConfiguration configuration,
ElementDescriptor descriptor,
Schema schema)
throws IntrospectionException
- Throws:
IntrospectionException
getType
public String getType()
setType
public void setType(String string)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.