public class PropertyID extends Object implements Comparable<PropertyID>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
PropertyID() |
PropertyID(PropertyDescriptor pd) |
PropertyID(PropertyID sample) |
PropertyID(PropertyID sample,
String type,
String name) |
PropertyID(String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
PropertyID |
clone() |
PropertyID |
cloneWith(String type,
String name) |
int |
compareTo(PropertyID o) |
boolean |
equals(Object obj) |
String |
getName() |
String |
getType() |
int |
hashCode() |
PropertyID |
name(String name) |
static PropertyID |
parse(String text) |
String |
toString() |
PropertyID |
type(String type) |
public PropertyID()
public PropertyID(PropertyDescriptor pd)
public PropertyID(PropertyID sample)
public PropertyID(PropertyID sample, String type, String name)
public PropertyID clone()
public PropertyID cloneWith(String type, String name)
public String getType()
public PropertyID type(String type)
public String getName()
public PropertyID name(String name)
public int compareTo(PropertyID o)
compareTo in interface Comparable<PropertyID>public static PropertyID parse(String text)
Copyright © 2018. All rights reserved.