| Constructor and Description |
|---|
Property() |
Property(String name,
String value,
String ref) |
Property(String name,
String value,
String ref,
String type) |
| Modifier and Type | Method and Description |
|---|---|
protected Property |
clone() |
boolean |
equals(Object obj) |
String |
getName() |
String |
getRef() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
boolean |
isKeyRef() |
void |
setKeyRef(boolean keyRef) |
void |
setName(String name) |
void |
setRef(String ref) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getRef()
public void setRef(String ref)
public String getType()
public void setType(String type)
public boolean isKeyRef()
public void setKeyRef(boolean keyRef)
Copyright © 2012-2013 Static IOC OSS project. All Rights Reserved.