public class AttributeExchange extends Metadata implements 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(String name,
String schema,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AttributeExchange o) |
boolean |
equals(Object object) |
Metadata |
getParent() |
String |
getSchema() |
int |
hashCode() |
boolean |
includes(Metadata included) |
static AttributeExchange |
register(String name,
String schema,
String description) |
void |
setSchema(String schema) |
static AttributeExchange |
valueOf(String name) |
static AttributeExchange |
valueOfType(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 static AttributeExchange register(String name, String schema, String description)
public static AttributeExchange valueOf(String name)
public static AttributeExchange valueOfType(String schema)
public int compareTo(AttributeExchange o)
compareTo
in interface Comparable<AttributeExchange>
public String getSchema()
public void setSchema(String schema)
Copyright © 2005-2016 Restlet.