Project Aristotle - ArisID Attribute Services

org.openliberty.arisid.policy
Interface ILocalizationConstraint

All Superinterfaces:
IAssertion, IPolicyComponent

public interface ILocalizationConstraint
extends IAssertion

A constraint indicating a language preference for a particular data value.


Field Summary
static java.lang.String ELEMENT
           
static java.lang.String NAMESPACE
           
static javax.xml.namespace.QName qelement
           
static java.lang.String VALUE_ATTR
           
 
Fields inherited from interface org.openliberty.arisid.policy.IAssertion
ISSUER_ATTR, URI_ISSUER_APPLICATION, URI_ISSUER_AUTHORITY, URI_ISSUER_USER
 
Method Summary
 java.lang.String getLanguage()
          Returns the preferred language for the requested data value.
 
Methods inherited from interface org.openliberty.arisid.policy.IAssertion
getIssuerUri, getName, isOptional, toString
 
Methods inherited from interface org.openliberty.arisid.policy.IPolicyComponent
equal, getType, serialize
 

Field Detail

NAMESPACE

static final java.lang.String NAMESPACE
See Also:
Constant Field Values

ELEMENT

static final java.lang.String ELEMENT
See Also:
Constant Field Values

VALUE_ATTR

static final java.lang.String VALUE_ATTR
See Also:
Constant Field Values

qelement

static final javax.xml.namespace.QName qelement
Method Detail

getLanguage

java.lang.String getLanguage()
Returns the preferred language for the requested data value.

Returns:
String Language token as defined by RFC3066 http://www.w3.org/TR/xmlschema-2/#RFC3066

OpenLiberty.org - Licensed under Apache APL 2.0