Uses of Class
org.cip4.jdflib.core.AttributeInfo.EnumAttributeType

Packages that use AttributeInfo.EnumAttributeType
org.cip4.jdflib.core   
org.cip4.jdflib.extensions   
 

Uses of AttributeInfo.EnumAttributeType in org.cip4.jdflib.core
 

Fields in org.cip4.jdflib.core declared as AttributeInfo.EnumAttributeType
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.Any
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.boolean_
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.CMYKColor
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.dateTime
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.DateTimeRange
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.DateTimeRangeList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.double_
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.duration
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.DurationRange
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.DurationRangeList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.enumeration
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.enumerations
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.hexBinary
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.ID
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.IDREF
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.IDREFS
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.integer
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.IntegerList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.IntegerRange
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.IntegerRangeList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.JDFJMFVersion
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.LabColor
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.language
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.languages
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.matrix
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.NameRange
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.NameRangeList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.NMTOKEN
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.NMTOKENS
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.NumberList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.NumberRange
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.NumberRangeList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.PDFPath
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.rectangle
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.RectangleRange
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.RectangleRangeList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.RegExp
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.RGBColor
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.shape
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.ShapeRange
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.ShapeRangeList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.shortString
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.string
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.TransferFunction
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.unbounded
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.URI
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.URL
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.XPath
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.XYPair
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.XYPairRange
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.XYPairRangeList
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.XYRelation
           
 

Methods in org.cip4.jdflib.core that return AttributeInfo.EnumAttributeType
 AttributeInfo.EnumAttributeType JDFElement.attributeType(String attributeName)
          Returns the type of the given attribute for the latest JDF version.
 AttributeInfo.EnumAttributeType AtrInfo.getAtrType()
           
 AttributeInfo.EnumAttributeType JDFElement.getAtrType(String attributeName)
          returns the data type of a given attribute
 AttributeInfo.EnumAttributeType AttributeInfo.getAtrType(String attributeName)
          Deprecated. 2005-08-26
 AttributeInfo.EnumAttributeType AttributeInfo.getAttributeType(String attributeName)
          Returns the type of the given attribute for the latest JDF version.
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.getEnum(int enumValue)
           
static AttributeInfo.EnumAttributeType AttributeInfo.EnumAttributeType.getEnum(String enumName)
           
 

Methods in org.cip4.jdflib.core with parameters of type AttributeInfo.EnumAttributeType
 JDFElement JDFElement.getChildWithMatchingAttribute(String nodeName, String attName, String nameSpaceURI, String attVal, int index, boolean bDirect, AttributeInfo.EnumAttributeType dataType)
          Gets a child with matching attributes, also follows refelements
 boolean JDFElement.includesMatchingAttribute(String attName, String attVal, AttributeInfo.EnumAttributeType dataType)
          test whether the attributes described by attName and attVal exist
static boolean AttributeInfo.EnumAttributeType.isRange(AttributeInfo.EnumAttributeType test)
           
static boolean AtrInfo.matchesAttribute(String smallAtt, String bigAtt, AttributeInfo.EnumAttributeType dataType)
          checks whether smallAtt is a matching subset of bigAtt depending on datatype
 boolean JDFElement.validAttribute(String key, AttributeInfo.EnumAttributeType iType, boolean bRequired, String nameSpaceURI)
          Deprecated. clean up attributeInfo tables instead use KElement public boolean validAttribute(String key,String nameSpaceURI, EnumValidationLevel level)
static boolean AttributeInfo.validStringForType(String val, AttributeInfo.EnumAttributeType iType, org.apache.commons.lang.enums.ValuedEnum enu)
           
 

Constructors in org.cip4.jdflib.core with parameters of type AttributeInfo.EnumAttributeType
AtrInfo(long s, AttributeInfo.EnumAttributeType t, org.apache.commons.lang.enums.ValuedEnum e)
           
AtrInfo(long s, AttributeInfo.EnumAttributeType t, org.apache.commons.lang.enums.ValuedEnum e, String _atrDefault)
           
AtrInfoTable(String n, long s, AttributeInfo.EnumAttributeType t, org.apache.commons.lang.enums.ValuedEnum e, String def)
           
 

Uses of AttributeInfo.EnumAttributeType in org.cip4.jdflib.extensions
 

Methods in org.cip4.jdflib.extensions that return AttributeInfo.EnumAttributeType
 AttributeInfo.EnumAttributeType XJDFSchemaCreator.WalkElement.AttributeDescriptor.getTyp()
           
 

Methods in org.cip4.jdflib.extensions with parameters of type AttributeInfo.EnumAttributeType
protected  String XJDFSchemaCreator.getTypeName(AttributeInfo.EnumAttributeType typ)
           
 void XJDFSchemaCreator.WalkElement.AttributeDescriptor.setTyp(AttributeInfo.EnumAttributeType typ)
           
protected  void XJDFSchemaCreator.WalkElement.setXSAttribute(KElement root, String attName, AttributeInfo.EnumAttributeType typ, boolean required)
           
 

Constructors in org.cip4.jdflib.extensions with parameters of type AttributeInfo.EnumAttributeType
XJDFSchemaCreator.WalkElement.AttributeDescriptor(String name, AttributeInfo.EnumAttributeType typ, boolean required, org.apache.commons.lang.enums.ValuedEnum valuedEnum)
           
 



Copyright © 2013. All Rights Reserved.