public class AttributeExchange extends Metadata implements java.lang.Comparable<AttributeExchange>
Modifier and Type | Field and Description |
---|---|
static AttributeExchange |
COUNTRY |
static AttributeExchange |
DOB |
static AttributeExchange |
EMAIL |
static AttributeExchange |
FIRST_NAME |
static AttributeExchange |
FRIENDLY_NAME |
static AttributeExchange |
FULL_NAME |
static AttributeExchange |
GENDER |
static AttributeExchange |
LANGUAGE |
static AttributeExchange |
LAST_NAME |
static AttributeExchange |
TIMEZONE |
static AttributeExchange |
ZIP |
Constructor and Description |
---|
AttributeExchange(java.lang.String name,
java.lang.String schema,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AttributeExchange o) |
boolean |
equals(java.lang.Object object) |
Metadata |
getParent() |
java.lang.String |
getSchema() |
int |
hashCode() |
boolean |
includes(Metadata included) |
static AttributeExchange |
register(java.lang.String name,
java.lang.String schema,
java.lang.String description) |
void |
setSchema(java.lang.String schema) |
static AttributeExchange |
valueOf(java.lang.String name) |
static AttributeExchange |
valueOfType(java.lang.String schema) |
getDescription, getName, isCompatible, toString
public static final AttributeExchange COUNTRY
public static final AttributeExchange DOB
public static final AttributeExchange EMAIL
public static final AttributeExchange FIRST_NAME
public static final AttributeExchange FRIENDLY_NAME
public static final AttributeExchange FULL_NAME
public static final AttributeExchange GENDER
public static final AttributeExchange LANGUAGE
public static final AttributeExchange LAST_NAME
public static final AttributeExchange TIMEZONE
public static final AttributeExchange ZIP
public AttributeExchange(java.lang.String name, java.lang.String schema, java.lang.String description)
public static AttributeExchange register(java.lang.String name, java.lang.String schema, java.lang.String description)
public static AttributeExchange valueOf(java.lang.String name)
public static AttributeExchange valueOfType(java.lang.String schema)
public int compareTo(AttributeExchange o)
compareTo
in interface java.lang.Comparable<AttributeExchange>
public java.lang.String getSchema()
public void setSchema(java.lang.String schema)
Copyright © 2005-2018 Restlet.