AttributeOwnerStandard

Inheritance: java.lang.Object

public final class AttributeOwnerStandard

Represents Standard Attribute Owners.

Fields

FieldDescription
LayoutLayout attribute owner.
ListList attribute owner.
PrintFieldPrintField attribute owner.
TableTable attribute owner.
XML_100XML-1.0.0 attribute owner.
HTML_320HTML-3.20 attribute owner.
HTML_401HTML-4.01 attribute owner.
OEB_100OEB-1.00 attribute owner.
RTF_105RTF-1.05 attribute owner.
CSS_100CSS-1.00 attribute owner.
CSS_200CSS-2.00 attribute owner.

Methods

MethodDescription
clear()
hashCode()
getOwner()Get Attribute Owner.
to_AttributeOwnerStandard(String owner)Performs an explicit conversion from String to AttributeOwnerStandard.
toString()Returns a string that represents the current object.

Layout

public static final AttributeOwnerStandard Layout

Layout attribute owner.

List

public static final AttributeOwnerStandard List

List attribute owner.

PrintField

public static final AttributeOwnerStandard PrintField

PrintField attribute owner.

Table

public static final AttributeOwnerStandard Table

Table attribute owner.

XML_100

public static final AttributeOwnerStandard XML_100

XML-1.0.0 attribute owner.

HTML_320

public static final AttributeOwnerStandard HTML_320

HTML-3.20 attribute owner.

HTML_401

public static final AttributeOwnerStandard HTML_401

HTML-4.01 attribute owner.

OEB_100

public static final AttributeOwnerStandard OEB_100

OEB-1.00 attribute owner.

RTF_105

public static final AttributeOwnerStandard RTF_105

RTF-1.05 attribute owner.

CSS_100

public static final AttributeOwnerStandard CSS_100

CSS-1.00 attribute owner.

CSS_200

public static final AttributeOwnerStandard CSS_200

CSS-2.00 attribute owner.

clear()

public static void clear()

hashCode()

public int hashCode()

Returns: int

getOwner()

public final String getOwner()

Get Attribute Owner.

Value: Attribute Owner.

Returns: java.lang.String - String value

to_AttributeOwnerStandard(String owner)

public static AttributeOwnerStandard to_AttributeOwnerStandard(String owner)

Performs an explicit conversion from String to AttributeOwnerStandard.

Parameters:

ParameterTypeDescription
ownerjava.lang.StringThe owner.

Returns: AttributeOwnerStandard - The result of the conversion.

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - String that represents the current object.