@Entity @Indexed(index="FullText") @ClassBridge(name="details", impl=DetailsFieldBridge.class, index=UN_TOKENIZED, store=NO) public class PixelsType extends java.lang.Object implements java.io.Serializable, IObject, IGlobal, IEnum
Modifier and Type | Class and Description |
---|---|
static class |
PixelsType.Details |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
_dynamicFields |
protected boolean |
_loaded |
protected java.lang.Integer |
bitSize |
static java.lang.String |
BITSIZE |
protected Details |
details |
static java.lang.String |
DETAILS |
static java.util.Set<java.lang.String> |
FIELDS |
protected java.lang.Long |
id |
static java.lang.String |
ID |
protected java.lang.String |
value |
static java.lang.String |
VALUE |
static java.lang.String |
VALUE_BIT |
static java.lang.String |
VALUE_COMPLEX |
static java.lang.String |
VALUE_DOUBLE |
static java.lang.String |
VALUE_DOUBLE_COMPLEX |
static java.lang.String |
VALUE_FLOAT |
static java.lang.String |
VALUE_INT16 |
static java.lang.String |
VALUE_INT32 |
static java.lang.String |
VALUE_INT8 |
static java.lang.String |
VALUE_UINT16 |
static java.lang.String |
VALUE_UINT32 |
static java.lang.String |
VALUE_UINT8 |
Modifier | Constructor and Description |
---|---|
|
PixelsType() |
protected |
PixelsType(java.lang.Long id) |
|
PixelsType(java.lang.Long id,
boolean loaded)
Main constructor.
|
|
PixelsType(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFilter(Filter __filter) |
boolean |
equals(java.lang.Object other) |
protected void |
errorIfUnloaded() |
java.util.Set<java.lang.String> |
fields()
returns a Set of field names that belong to this class
|
java.lang.Integer |
getBitSize()
Simple field ome.model.enums.PixelsType.bitSize (java.lang.Integer)
|
Details |
getDetails()
The details of this object correspond to low-level system
information.
|
GraphHolder |
getGraphHolder()
retrieves the
GraphHolder for this entity. |
java.lang.Long |
getId()
The DB unique identifier for this object.
|
java.lang.String |
getValue()
Simple field ome.model.enums.PixelsType.value (java.lang.String)
|
int |
hashCode() |
boolean |
isLoaded()
transient field (not stored in the DB) which specifies whether this
object has been loaded from the DB or is only a wrapper around the ID.
|
boolean |
isValid()
calls the class-specific validator for this instance and returns the
value from
Validation.isValid() |
PixelsType |
newInstance() |
PixelsType |
proxy() |
void |
putAt(java.lang.String field,
java.lang.Object value)
stores a value in this instance.
|
java.lang.Object |
retrieve(java.lang.String field)
retrieves a value from this instance.
|
void |
setBitSize(java.lang.Integer bitSize) |
protected void |
setDetails(Details details)
Use the
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the PixelsType.Details instance instead. |
void |
setId(java.lang.Long id)
usually unneeded.
|
void |
setValue(java.lang.String value) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
java.lang.String |
toString() |
void |
unload()
set the loaded field to false, and set all non-ID fields to null.
|
Validation |
validate()
calls the class-specific validator for this instance and returns the
Validation object. |
public static final java.lang.String VALUE_BIT
public static final java.lang.String VALUE_INT8
public static final java.lang.String VALUE_INT16
public static final java.lang.String VALUE_INT32
public static final java.lang.String VALUE_UINT8
public static final java.lang.String VALUE_UINT16
public static final java.lang.String VALUE_UINT32
public static final java.lang.String VALUE_FLOAT
public static final java.lang.String VALUE_DOUBLE
public static final java.lang.String VALUE_COMPLEX
public static final java.lang.String VALUE_DOUBLE_COMPLEX
public static final java.lang.String ID
protected java.lang.Long id
protected java.lang.String value
protected java.lang.Integer bitSize
protected Details details
public static final java.lang.String VALUE
public static final java.lang.String BITSIZE
public static final java.lang.String DETAILS
public static final java.util.Set<java.lang.String> FIELDS
protected java.util.Map<java.lang.String,java.lang.Object> _dynamicFields
protected boolean _loaded
public PixelsType()
protected PixelsType(java.lang.Long id)
public PixelsType(java.lang.Long id, boolean loaded)
public PixelsType(java.lang.String value)
@DocumentId public java.lang.Long getId()
public void setId(java.lang.Long id)
IObject
@Field(index=TOKENIZED) @Field(index=TOKENIZED,name="combined_fields") public java.lang.String getValue()
public void setValue(java.lang.String value)
@Field(index=UN_TOKENIZED) @Field(index=UN_TOKENIZED,name="combined_fields") public java.lang.Integer getBitSize()
public void setBitSize(java.lang.Integer bitSize)
public Details getDetails()
Details
type.getDetails
in interface IObject
protected void setDetails(Details details)
Details.copy(ome.model.internal.Details)
or Details.shallowCopy(ome.model.internal.Details)
methods to set the PixelsType.Details
instance instead.public boolean isValid()
IObject
Validation.isValid()
public Validation validate()
IObject
Validation
object.public PixelsType newInstance()
public PixelsType proxy()
public boolean acceptFilter(Filter __filter)
acceptFilter
in interface Filterable
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set<java.lang.String> fields()
IObject
public java.lang.Object retrieve(java.lang.String field)
IObject
field
which match a field of this instance will be delegated to the accessors.
Otherwise, values will be retrieved from a lazy-loaded map filled by
calls to IObject.putAt(String, Object)
public void putAt(java.lang.String field, java.lang.Object value)
IObject
field
which
match a field of this instance will be delegated to the accessors.
Otherwise, values will be stored in a lazy-loaded map.public boolean isLoaded()
IObject
protected void errorIfUnloaded()
public void unload()
IObject
public final GraphHolder getGraphHolder()
IObject
GraphHolder
for this entity. If the GraphHolder has
not been actively set, a new one will be instatiated.getGraphHolder
in interface IObject
protected void throwNullCollectionException(java.lang.String propertyName)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.