com.ebmwebsourcing.commons.schema.api.abstractElmt
Class AbstractAttribute<E>
java.lang.Object
com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractSchemaElement<E>
com.ebmwebsourcing.commons.schema.api.abstractElmt.AbstractAttribute<E>
- All Implemented Interfaces:
- Attribute, SchemaElement, java.io.Serializable
- Direct Known Subclasses:
- Attribute
public abstract class AbstractAttribute<E>
- extends AbstractSchemaElement<E>
- implements Attribute
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
schema
protected Schema schema
- the schema
type
protected Type type
- the type of element
referencedAttribute
protected Attribute referencedAttribute
- referenced attribute
AbstractAttribute
public AbstractAttribute(E model,
Schema schema)
- Parameters:
model - schema -
getSchema
public Schema getSchema()
getType
public Type getType()
generateAttribute
public org.jdom.Attribute generateAttribute(Element eIn,
java.lang.String value)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008 eBM WebSourcing. All Rights Reserved.