biz.c24.io.api.data
Class BuiltInAttribute

java.lang.Object
  extended by biz.c24.io.api.data.DataComponent
      extended by biz.c24.io.api.data.Attribute
          extended by biz.c24.io.api.data.BuiltInAttribute
All Implemented Interfaces:
ModelComponent, Serializable

public class BuiltInAttribute
extends Attribute

A built-in attribute.

Warning: Serialized objects of this class or of a deployed class which is derived from it may not be compatible with future releases of C24 Integreation Objects. The current serialization support is appropriate for short term storage or RMI between applications running the same version of C24 Integreation Objects.

See Also:
Serialized Form

Field Summary
static BuiltInAttribute XML_BASE
          The built-in xml:base attribute Denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited.
static BuiltInAttribute XML_ID
          The built-in xml:lang attribute Denotes an attribute whose value should be interpreted as if declared to be of type ID.
static BuiltInAttribute XML_LANG
          The built-in xml:lang attribute Denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited.
static BuiltInAttribute XML_SPACE
          The built-in xml:space attribute Denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited.
 
Fields inherited from class biz.c24.io.api.data.DataComponent
CARDINALITY_UNBOUNDED, IO_VALIDATE_DATABASE_KEY_PRESENCE
 
Method Summary
 
Methods inherited from class biz.c24.io.api.data.Attribute
equals, formatObject, getAttributeRef, getForm, getSimpleType, hashCode, parseObject, setMaxCardinality, setMinCardinality, setRef, setType
 
Methods inherited from class biz.c24.io.api.data.DataComponent
createObject, createObject, getAnnotation, getCardinalityConstraint, getCardinalityString, getDatabaseColumnName, getDefaultValue, getDescription, getFixedValue, getForm, getLengthConstraint, getLog, getMaxCardinality, getMinCardinality, getModel, getName, getOriginalName, getRef, getSSOffset, getType, isFixedCardinality, isGroup, isOptional, isPrimaryKey, isRepeating, setAnnotation, setCardinalityConstraint, setDatabaseColumnName, setDefaultValue, setFixedValue, setForm, setGroup, setLengthConstraint, setModel, setName, setOriginalName, setPrimaryKey, setSSOffset, toString, validate, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_LANG

public static final BuiltInAttribute XML_LANG
The built-in xml:lang attribute

Denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.


XML_SPACE

public static final BuiltInAttribute XML_SPACE
The built-in xml:space attribute

Denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.


XML_BASE

public static final BuiltInAttribute XML_BASE
The built-in xml:base attribute

Denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification.


XML_ID

public static final BuiltInAttribute XML_ID
The built-in xml:lang attribute

Denotes an attribute whose value should be interpreted as if declared to be of type ID. The xml:id specification is not yet a W3C Recommendation, but this attribute is included here to facilitate experimentation with the mechanisms it proposes.



C24 Technologies © 2002-2012: All Rights Reserved.