|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeInfo.EnumAttributeType | |
|---|---|
| org.cip4.jdflib.core | |
| org.cip4.jdflib.extensions | |
| Uses of AttributeInfo.EnumAttributeType in org.cip4.jdflib.core |
|---|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||