public final class Available extends Object
| Constructor and Description |
|---|
Available(Class<? extends Physical> identityref)
Creates an instance of identityref.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Available |
fromString(String valInString)
Returns the object of available fromString input String available.
|
int |
hashCode() |
Class<? extends Physical> |
identityref()
Returns the attribute identityref.
|
void |
identityref(Class<? extends Physical> identityref)
Sets the attribute identityref.
|
static Available |
of(Class<? extends Physical> value)
Returns the object of available for type identityref.
|
String |
toString() |
public static Available of(Class<? extends Physical> value)
value - value of available for type identityrefpublic Class<? extends Physical> identityref()
public void identityref(Class<? extends Physical> identityref)
identityref - value of identityrefCopyright © 2019. All rights reserved.